Skip to content

Commit

Permalink
feat!: drop node 16 support
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 committed Dec 3, 2024
1 parent 30777c9 commit 05af4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"which": "^5.0.0"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
},
"devDependencies": {
"bindings": "^1.5.0",
Expand Down

0 comments on commit 05af4f1

Please sign in to comment.