Skip to content

Commit 0d90321

Browse files
authored
Merge pull request #203 from rishabh3112/patch-1
chore: add node v17 in CI
2 parents 1708937 + 95b7a54 commit 0d90321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
os: [ubuntu-latest, windows-latest, macos-latest]
39-
node-version: [10.x, 12.x, 14.x, 16.x]
39+
node-version: [10.x, 12.x, 14.x, 16.x, 17.x]
4040
polling: ["false", "200"]
4141
exclude:
4242
- os: macos-latest

0 commit comments

Comments
 (0)