Skip to content

Commit

Permalink
Pin node at 18.17.1
Browse files Browse the repository at this point in the history
Node 18.8 includes an update to npm 9.7.2, which seems to have removed
node-gyp as a built-in binary.
  • Loading branch information
trflynn89 committed Nov 1, 2023
1 parent 3f375b9 commit 3c5e0ab
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 @@ -5,7 +5,7 @@
"main": "index.js",
"license": "BSD-2-Clause",
"engines": {
"node": ">=16 <=19"
"node": ">=16 <=18.17.1"
},
"scripts": {
"lint": "eslint . --ext .ts",
Expand Down

0 comments on commit 3c5e0ab

Please sign in to comment.