Skip to content

Commit

Permalink
chore: update node versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
amuramoto committed Mar 31, 2023
1 parent 7fdffc2 commit a4908a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -42,4 +42,4 @@ jobs:
needs: [matrix]
runs-on: ubuntu-latest
steps:
- run: echo "Test matrix finished"
- run: echo "Test matrix finished"

0 comments on commit a4908a5

Please sign in to comment.