Skip to content

Commit 87ab9a9

Browse files
authored
Merge pull request #314 from rishabh3112/patch-1
chore: add node v16 and node v17 in CI
2 parents 4bdd001 + 244099f commit 87ab9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, windows-latest, macos-latest]
25-
node-version: [10.x, 12.x, 14.x]
25+
node-version: [10.x, 12.x, 14.x, 16.x, 17.x]
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)