Skip to content

Commit

Permalink
tools: add node 17 to CI (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins authored Feb 3, 2022
1 parent 38a9530 commit 8a52f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run-tests:
strategy:
matrix:
node-version: ['16', '14', '12']
node-version: ['17', '16', '14', '12']
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8a52f3c

Please sign in to comment.