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 c495bd1 commit e677dd9Copy full SHA for e677dd9
.github/workflows/main.yml
@@ -10,11 +10,11 @@ jobs:
10
fail-fast: false
11
matrix:
12
node-version:
13
+ - 24
14
- 20
- - 18
15
steps:
16
- - uses: actions/checkout@v4
17
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@v5
+ - uses: actions/setup-node@v5
18
with:
19
node-version: ${{ matrix.node-version }}
20
- run: npm install
package.json
@@ -12,7 +12,7 @@
},
"sideEffects": false,
"engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ "node": ">=20"
"scripts": {
"test": "grunt"
0 commit comments