Skip to content

Commit d1e9959

Browse files
committed
fixup!
1 parent b4a1974 commit d1e9959

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci-win.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- standard
2626
- experimental
2727
node-version:
28-
- 20.x
2928
- 22.x
3029
- 24.x
3130
- 25.x

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- standard
1919
- experimental
2020
node-version:
21-
- 20.x
2221
- 22.x
2322
- 24.x
2423
- 25.x

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@
424424
"eslint": "^9.13.0",
425425
"fs-extra": "^11.1.1",
426426
"neostandard": "^0.12.0",
427+
"node-gyp": "^13.0.0",
427428
"pre-commit": "^1.2.2",
428429
"semver": "^7.6.0"
429430
},
@@ -475,6 +476,6 @@
475476
"version": "8.9.0",
476477
"support": true,
477478
"engines": {
478-
"node": "^18 || ^20 || >= 21"
479+
"node": ">=22"
479480
}
480481
}

0 commit comments

Comments
 (0)