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 86e30a4 commit 8551b63Copy full SHA for 8551b63
.github/workflows/tests.yaml
@@ -8,7 +8,9 @@ jobs:
8
matrix:
9
node-version:
10
- 18.x
11
- - 21.x
+ - 20.x
12
+ - 22.x
13
+ - 23.x
14
steps:
15
- uses: actions/checkout@v3
16
- 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": ">=14"
+ "node": ">=18"
27
28
"dependencies": {
29
"@rollup/plugin-commonjs": "~26.0.3",
0 commit comments