Skip to content

Commit 0d48f77

Browse files
authored
fix: Limit to node 16/17/18 as some dependencies do not work on node19 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
1 parent 197504c commit 0d48f77

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
@@ -2,7 +2,7 @@
22
"name": "@fastly/js-compute",
33
"version": "0.6.0",
44
"engines": {
5-
"node": "16 - 19",
5+
"node": "16 - 18",
66
"npm": "^8"
77
},
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)