Skip to content

Commit

Permalink
feat!: drop node 14 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop node 14 support. `node-gyp` now supports `^16.13.0 || >=18.0.0`.
  • Loading branch information
lukekarrys committed Oct 28, 2023
1 parent 46b41e2 commit ddb6020
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": "^4.0.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.13.0 || >=18.0.0"
},
"devDependencies": {
"bindings": "^1.5.0",
Expand Down

0 comments on commit ddb6020

Please # to comment.