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 a8da61e commit fcc52c7Copy full SHA for fcc52c7
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [14.x]
+ node-version: [16.x]
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
22
steps:
package.json
@@ -54,6 +54,6 @@
54
"babel-loader": "^8.2.3"
55
},
56
"engines": {
57
- "node": ">=16"
+ "node": ">=10.16"
58
}
59
0 commit comments