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 e8e73bc commit e396f10Copy full SHA for e396f10
.github/workflows/unit-test.yml
@@ -38,7 +38,7 @@ jobs:
38
strategy:
39
matrix:
40
os: [ubuntu-latest, windows-latest]
41
- node-version: [18, 20, 22]
+ node-version: [20, 22, 24]
42
fail-fast: false
43
44
runs-on: ${{ matrix.os }}
package.json
@@ -97,7 +97,7 @@
97
"webpack": "^5.99.9"
98
},
99
"engines": {
100
- "node": ">=18.0.0"
+ "node": ">=20.19.0"
101
102
"resolutions": {
103
"rolldown": "nightly"
0 commit comments