Skip to content

Commit

Permalink
Fix dependabot npm version
Browse files Browse the repository at this point in the history
This broadens the range of npm versions that are allowed to be used with this project. This is to allow for the use of npm 9.6.5, which is the version that dependabot is currently using.

This fixes the following dependabot error:
updater | npm ERR! code EBADENGINE
updater | npm ERR! engine Unsupported engine
updater | npm ERR! engine Not compatible with your version of node/npm: [email protected]
updater | npm ERR! notsup Not compatible with your version of node/npm: [email protected]
updater | npm ERR! notsup Required: {"npm":"~10.X","node":"~20.X","vscode":"^1.92.2"}
updater | npm ERR! notsup Actual:   {"npm":"9.6.5","node":"v20.18.1"}
  • Loading branch information
jpogran committed Dec 4, 2024
1 parent 458c030 commit 152e520
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 @@ -13,7 +13,7 @@
"workspace"
],
"engines": {
"npm": "~10.X",
"npm": "^9.6.5 || ~10.X",
"node": "~20.X",
"vscode": "^1.92.2"
},
Expand Down

0 comments on commit 152e520

Please sign in to comment.