Skip to content

Commit 2ebaffd

Browse files
committed
try testing on node 16
1 parent 6a835aa commit 2ebaffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
node-version: [8.x, 10.x, 12.x, 14.x]
29+
node-version: [8.x, 10.x, 12.x, 14.x, 16.x]
3030
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3131

3232
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:watch": "jest --watch"
1515
},
1616
"engines": {
17-
"node": ">=8.3.0 <15.0.0"
17+
"node": ">=8.3.0 <17.0.0"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)