Skip to content

Commit

Permalink
fix: Limit to node 16/17/18 as some dependencies do not work on node1…
Browse files Browse the repository at this point in the history
…9 yet

The dependency tree-sitter does not yet compile for node 19 due to using a function which has been removed from v8 -- tree-sitter has a patch to get working on node 19 but it isn’t ready yet — tree-sitter/node-tree-sitter#113

in the interim, let's mark node 19 as not supported
  • Loading branch information
JakeChampion committed Dec 10, 2022
1 parent 197504c commit 0d48f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@fastly/js-compute",
"version": "0.6.0",
"engines": {
"node": "16 - 19",
"node": "16 - 18",
"npm": "^8"
},
"license": "Apache-2.0",
Expand Down

0 comments on commit 0d48f77

Please sign in to comment.