Skip to content

Commit 599bccc

Browse files
committed
fix node versions
1 parent 2456e62 commit 599bccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest, windows-latest, macos-latest]
12-
node-version: [10, 12, 13, 14, 15]
12+
node-version: [11, 12, 13, 14, 15, 16]
1313

1414
steps:
1515
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"main": "index.js",
2424
"engines": {
25-
"node": ">=10.0"
25+
"node": ">=11.0"
2626
},
2727
"scripts": {
2828
"test": "mocha"

0 commit comments

Comments
 (0)