Skip to content

Commit f1a1056

Browse files
authored
chore: Add Node.js v17 to CI (#48)
1 parent fef501f commit f1a1056

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [10.x, 12.x, 14.x, 16.x]
13+
node-version: [10.x, 12.x, 14.x, 16.x, 17.x]
1414
os: [ubuntu-latest, windows-latest]
1515

1616
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"mocha": "^6.2.0"
4949
},
5050
"engines": {
51-
"node": "^16 || ^14 || ^13 || ^12 || ^11 || ^10.19"
51+
"node": "^17 || ^16 || ^14 || ^13 || ^12 || ^11 || ^10.19"
5252
}
5353
}

0 commit comments

Comments
 (0)