Skip to content

Commit fef501f

Browse files
authored
Add support for Node.js v16 (#47)
1 parent cacb110 commit fef501f

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]
13+
node-version: [10.x, 12.x, 14.x, 16.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": "^14 || ^13 || ^12 || ^11 || ^10.19"
51+
"node": "^16 || ^14 || ^13 || ^12 || ^11 || ^10.19"
5252
}
5353
}

0 commit comments

Comments
 (0)