Skip to content

Commit

Permalink
fix: declare support for npm 10 (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl authored Apr 5, 2024
1 parent f15b680 commit 1365ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.12.0",
"engines": {
"node": "16 - 20",
"npm": "^8 || ^9"
"npm": "^8 || ^9 || ^10"
},
"license": "Apache-2.0",
"main": "js-compute-runtime-cli.js",
Expand Down

0 comments on commit 1365ee9

Please sign in to comment.