Skip to content

Commit d088a61

Browse files
authored
Lowerthe 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 `@fastly/js-compute`. Until tree-sitter works on Node 19, we should not list Node 19 as supported.
1 parent c27fb8c commit d088a61

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
@@ -13,7 +13,7 @@
1313
},
1414
"homepage": "https://developer.fastly.com/solutions/starters/compute-starter-kit-javascript-default",
1515
"engines": {
16-
"node": ">=18.0.0"
16+
"node": "^18.0.0"
1717
},
1818
"dependencies": {
1919
"@fastly/js-compute": "^1.5.1"

0 commit comments

Comments
 (0)