-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add support for Node.js v22 Current #1016
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
Labels
feature request
New feature or request to improve the current logic
Comments
Seems like |
Hello @cclauss |
https://github.com/npm/cli/releases/tag/v10.7.0 seems to fix things! # Temporary workaround for Node.js v22 on Windows
- if: matrix.node-version == '22' && runner.os == 'Windows'
shell: bash # Not pwsh!!!
run: |
npm --version # 10.5.1
npm install -g npm # >= https://github.com/npm/cli/releases/tag/v10.7.0
npm --version # 10.7.0 |
note: while setup-node allows node22, action runners do not actions/runner#3600 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description:
Please add support for
Node.js v22 Current
... https://github.com/nodejs/node/releasesJustification:
Add testing on the latest version of Node.js.
Are you willing to submit a PR?
No.
The text was updated successfully, but these errors were encountered: