Skip to content

Commit 3c5e0ab

Browse files
committed
Pin node at 18.17.1
Node 18.8 includes an update to npm 9.7.2, which seems to have removed node-gyp as a built-in binary.
1 parent 3f375b9 commit 3c5e0ab

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"license": "BSD-2-Clause",
77
"engines": {
8-
"node": ">=16 <=19"
8+
"node": ">=16 <=18.17.1"
99
},
1010
"scripts": {
1111
"lint": "eslint . --ext .ts",

0 commit comments

Comments
 (0)