Skip to content

Commit 47ab6d2

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

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
@@ -15,7 +15,7 @@
1515
"webpack-cli": "^5.0.1"
1616
},
1717
"engines": {
18-
"node": ">=18.0.0"
18+
"node": "^18.0.0"
1919
},
2020
"homepage": "https://developer.fastly.com/solutions/starters/compute-starter-kit-javascript-queue",
2121
"license": "MIT",

0 commit comments

Comments
 (0)