Skip to content

Commit eca6c8f

Browse files
committed
feat!: update node-gyp
1 parent e3766d1 commit eca6c8f

File tree

2 files changed

+130
-189
lines changed

2 files changed

+130
-189
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnpm/npm-lifecycle",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "JavaScript package lifecycle hook runner",
55
"main": "index.js",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"author": "Mike Sherov",
2626
"license": "Artistic-2.0",
2727
"engines": {
28-
"node": ">=12.17"
28+
"node": ">=18.12"
2929
},
3030
"bugs": {
3131
"url": "https://github.com/pnpm/npm-lifecycle/issues"
@@ -35,7 +35,7 @@
3535
"@pnpm/byline": "^1.0.0",
3636
"@pnpm/error": "^5.0.2",
3737
"@yarnpkg/shell": "3.2.5",
38-
"node-gyp": "^9.4.0",
38+
"node-gyp": "^10.0.1",
3939
"resolve-from": "^5.0.0",
4040
"slide": "^1.1.6",
4141
"uid-number": "0.0.6",

0 commit comments

Comments
 (0)