Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependabot npm version #1888

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Fix dependabot npm version #1888

merged 2 commits into from
Dec 4, 2024

Conversation

jpogran
Copy link
Contributor

@jpogran jpogran commented Dec 4, 2024

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"}

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"}
@jpogran jpogran self-assigned this Dec 4, 2024
@jpogran jpogran marked this pull request as ready for review December 4, 2024 16:04
@jpogran jpogran requested a review from a team as a code owner December 4, 2024 16:04
@jpogran jpogran merged commit cac1ee6 into main Dec 4, 2024
14 checks passed
@jpogran jpogran deleted the fix_dependabot_npm_version branch December 4, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants