We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdda58 commit ae0fd2cCopy full SHA for ae0fd2c
.github/workflows/nodejs.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- node: [10, 12, 14]
+ node: [12, 14, 16]
19
os: [ubuntu-latest]
20
21
steps:
package.json
@@ -12,7 +12,7 @@
12
"lib"
13
],
14
"engines": {
- "node": ">=10"
+ "node": ">=12"
},
"scripts": {
"test": "nyc ava",
0 commit comments