Skip to content

Commit

Permalink
Merge pull request #203 from rishabh3112/patch-1
Browse files Browse the repository at this point in the history
chore: add node v17 in CI
  • Loading branch information
sokra committed Nov 24, 2021
2 parents 1708937 + 95b7a54 commit 0d90321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [10.x, 12.x, 14.x, 16.x, 17.x]
polling: ["false", "200"]
exclude:
- os: macos-latest
Expand Down

0 comments on commit 0d90321

Please sign in to comment.