Skip to content

Commit 1365ee9

Browse files
authored
fix: declare support for npm 10 (#747)
1 parent f15b680 commit 1365ee9

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
@@ -3,7 +3,7 @@
33
"version": "3.12.0",
44
"engines": {
55
"node": "16 - 20",
6-
"npm": "^8 || ^9"
6+
"npm": "^8 || ^9 || ^10"
77
},
88
"license": "Apache-2.0",
99
"main": "js-compute-runtime-cli.js",

0 commit comments

Comments
 (0)