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 b4a1974 commit d1e9959Copy full SHA for d1e9959
3 files changed
.github/workflows/ci-win.yml
@@ -25,7 +25,6 @@ jobs:
25
- standard
26
- experimental
27
node-version:
28
- - 20.x
29
- 22.x
30
- 24.x
31
- 25.x
.github/workflows/ci.yml
@@ -18,7 +18,6 @@ jobs:
18
19
20
21
22
23
24
package.json
@@ -424,6 +424,7 @@
424
"eslint": "^9.13.0",
425
"fs-extra": "^11.1.1",
426
"neostandard": "^0.12.0",
427
+ "node-gyp": "^13.0.0",
428
"pre-commit": "^1.2.2",
429
"semver": "^7.6.0"
430
},
@@ -475,6 +476,6 @@
475
476
"version": "8.9.0",
477
"support": true,
478
"engines": {
- "node": "^18 || ^20 || >= 21"
479
+ "node": ">=22"
480
}
481
0 commit comments