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

Update Package.json to specify Node 20 #120

Open
mslinnea opened this issue May 16, 2024 · 0 comments
Open

Update Package.json to specify Node 20 #120

mslinnea opened this issue May 16, 2024 · 0 comments
Labels
ci/cd PR checks, deploys, automation enhancement New feature or request javascript Requires understanding JavaScript

Comments

@mslinnea
Copy link
Member

Description

This plugin was updated to Node 20 in #112 but the package.json engines still allow Node 16. This plugin is flagged in a Node 20 audit due to this issue, so to resolve we should update package.json to reflect Node 20. Check if any other changes are needed.

Update this:

"engines": {
    "node": ">=16 <=20",
    "npm": ">=8 <=10"
  },```

### Use Case

As a developer, I want the correct engines specified in package.json.
@mslinnea mslinnea added the enhancement New feature or request label May 16, 2024
@kevinfodness kevinfodness added javascript Requires understanding JavaScript ci/cd PR checks, deploys, automation labels Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd PR checks, deploys, automation enhancement New feature or request javascript Requires understanding JavaScript
Projects
None yet
Development

No branches or pull requests

2 participants