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 Node.js to v20 #22

Closed
WillBAnders opened this issue Oct 27, 2023 · 0 comments · Fixed by #29
Closed

Update Node.js to v20 #22

WillBAnders opened this issue Oct 27, 2023 · 0 comments · Fixed by #29
Assignees

Comments

@WillBAnders
Copy link
Member

Version upgrade for a major dependency Node.

Requirements

  • Review the v19.0.0/v20.0.0 changelogs for any notable breaking changes (very unlikely any of these affect us but is good practice to do when updating dependencies; especially across major versions).
  • Update package.json to add an engines section for Node.js (above "scripts"); see this StackOverflow post for details. Note that this is only a warning, but that's okay - this is mainly to document the supported Node.js version and allows cross-checking the version with the one used by GitHub Actions.
  • Update the lint/test actions to use node-version: 20.x.
@Nqnt41 Nqnt41 self-assigned this Nov 3, 2023
@WillBAnders WillBAnders linked a pull request Dec 12, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants