We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type of issue
Describe the issue
The windows-11-arm image defaults to using Node.js v19.9.0, released on April 12, 2023 and which entered End-of-Life status on June 1, 2023.
windows-11-arm
To Reproduce
Run the following workflow
name: show-node-version on: workflow_dispatch: jobs: show-default-node: runs-on: windows-11-arm steps: - run: node -v
Expected behavior
The default Node.js version should be a supported Node.js LTS version such as Node.js v22.14.0 or above.
It should not be an unsupported version of Node.js.
Unsupported versions of Node.js should not be cached in the image.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type of issue
Describe the issue
The
windows-11-arm
image defaults to using Node.js v19.9.0, released on April 12, 2023 and which entered End-of-Life status on June 1, 2023.To Reproduce
Run the following workflow
Expected behavior
The default Node.js version should be a supported Node.js LTS version such as Node.js v22.14.0 or above.
It should not be an unsupported version of Node.js.
Unsupported versions of Node.js should not be cached in the image.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: