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 f534d52 commit 655e79cCopy full SHA for 655e79c
.github/workflows/tests.yaml
@@ -8,8 +8,8 @@ jobs:
8
matrix:
9
node-version:
10
- 14.x
11
- - 16.x
12
- - 17.x
+ - 18.x
+ - 19.x
13
steps:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
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": ">=14"
27
28
"dependencies": {
29
"@rollup/plugin-commonjs": "~21.0.2",
0 commit comments