Skip to content

Commit 46acb1a

Browse files
authored
fix: Lower the supported NodeJS version from 18 or greater to only 18
Node 19 is [not supported by tree-sitter yet](tree-sitter/node-tree-sitter#127), and that is a dependency of ours. Until tree-sitter works on Node 19, we should not list Node 19 as supported.
1 parent 0307ca0 commit 46acb1a

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": "1.6.0",
44
"engines": {
5-
"node": "16 - 19",
5+
"node": "16 - 18",
66
"npm": "^8 || ^9"
77
},
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)