Skip to content

Commit 5ec70b9

Browse files
authored
fix: update nodejs supported versions to 16 - 19 and npm supported version to only 8
npm 9 is not yet supported in the fastly cli itself, which is why we also state it is not supported in js-compute-runtime
1 parent 269ad07 commit 5ec70b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@fastly/js-compute",
33
"version": "0.5.10",
44
"engines": {
5-
"node": "^16 || ^18"
5+
"node": "16 - 19",
6+
"npm": "^8"
67
},
78
"license": "Apache-2.0",
89
"main": "js-compute-runtime-cli.js",

0 commit comments

Comments
 (0)