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 ac35781 commit 9c73e13Copy full SHA for 9c73e13
.github/workflows/tests.yaml
@@ -7,7 +7,6 @@ jobs:
7
strategy:
8
matrix:
9
node-version:
10
- - 14.x
11
- 16.x
12
- 17.x
13
steps:
package.json
@@ -23,7 +23,7 @@
23
"lint": "eslint --cache --ext .js --ext .jsx lib bin/validate-dependencies test/unit samples pkg && echo ✓"
24
},
25
"engines": {
26
- "node": ">=8"
+ "node": ">=16"
27
28
"dependencies": {
29
"@rollup/plugin-commonjs": "~21.0.2",
0 commit comments