Skip to content

Commit f4c5eaf

Browse files
committed
feat!: drop node 14 support
BREAKING CHANGE: drop node 14 support. `node-gyp` now supports `^16.13.0 || >=18.0.0`.
1 parent 416c7e5 commit f4c5eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"which": "^4.0.0"
3535
},
3636
"engines": {
37-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
37+
"node": "^16.13.0 || >=18.0.0"
3838
},
3939
"devDependencies": {
4040
"bindings": "^1.5.0",

0 commit comments

Comments
 (0)