Skip to content

Commit

Permalink
feat!: drop node 16 support (#3102)
Browse files Browse the repository at this point in the history
`node-gyp` is now compatible with Node `^18.17.0 || >=20.5.0`
  • Loading branch information
lukekarrys authored Dec 3, 2024
1 parent 2852eae commit 0e6b6f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"exponential-backoff": "^3.1.1",
"glob": "^10.3.10",
"graceful-fs": "^4.2.6",
"make-fetch-happen": "^13.0.0",
"nopt": "^7.0.0",
"proc-log": "^4.1.0",
"make-fetch-happen": "^14.0.3",
"nopt": "^8.0.0",
"proc-log": "^5.0.0",
"semver": "^7.3.5",
"tar": "^6.2.1",
"which": "^4.0.0"
"tar": "^7.4.3",
"which": "^5.0.0"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
},
"devDependencies": {
"bindings": "^1.5.0",
"cross-env": "^7.0.3",
"mocha": "^10.2.0",
"mocha": "^11.0.1",
"nan": "^2.14.2",
"require-inject": "^1.4.4",
"standard": "^17.0.0"
Expand Down

0 comments on commit 0e6b6f8

Please sign in to comment.