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

build(deps): bump node to v22 (LTS) #11335

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

build(deps): bump node to v22 (LTS) #11335

wants to merge 2 commits into from

Conversation

benelan
Copy link
Member

@benelan benelan commented Jan 17, 2025

Summary

  • Bump Node to LTS, which is now v22
  • Add an .nvmrc version file to prevent conflicts with volta

Note

This causes a github-script warning during npm install, which can be ignored since the package is only used for types.

npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '[email protected]',
npm warn EBADENGINE   required: { node: '>=20.0.0 <21.0.0' },
npm warn EBADENGINE   current: { node: 'v22.13.0', npm: '10.9.2' }
npm warn EBADENGINE }

@benelan benelan requested a review from jcfranco as a code owner January 17, 2025 23:38
@github-actions github-actions bot added the chore Issues with changes that don't modify src or test files. label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issues with changes that don't modify src or test files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant