Skip to content

Commit

Permalink
feat!: drop node 14 support (#2929)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `node-gyp` now supports node `^16.14.0 || >=18.0.0`
  • Loading branch information
lukekarrys committed Oct 28, 2023
1 parent e388255 commit 1b3bd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"which": "^4.0.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
},
"devDependencies": {
"bindings": "^1.5.0",
Expand Down

0 comments on commit 1b3bd34

Please sign in to comment.