Skip to content

Commit

Permalink
Downgrade node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 11, 2024
1 parent db1c2c8 commit 82a2bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"prebuild-install": "^7.1.2"
},
"engines": {
"node": "^16 || ^17 || ^18 || ^19 || ^20 || ^21 || ^22"
"node": "^16 || ^17 || ^18 || ^19 || ^20 || ^21 || ^22 || ^23"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
Expand All @@ -62,7 +62,7 @@
"cross-env": "^7.0.3",
"mocha": "^10.4.0",
"node-abi": "^3.71.0",
"node-gyp": "^10.2.0",
"node-gyp": "^10.1.0",
"prebuild": "^13.0.1",
"prebuildify": "^6.0.1",
"ps-list": "=7.2.0",
Expand Down

0 comments on commit 82a2bdf

Please sign in to comment.