We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Workflows specifying windows-latest currently use windows-2022 with Node.js default 18.20.8. This version of Node.js is no longer supported.
windows-latest
18.20.8
Node.js 18 entered end-of-life status on Apr 30, 2025 and the lowest supported release line is now Node.js 20 (currently Node.js 20.19.1).
20.19.1
Image Version: 20250427.1.0
no
windows-latest should use a supported version of Node.js as a default - currently Node.js 20
This means either
windows-2022
windows-2025
22.15.0
windows-latest = windows-2022 Node.js default 18.20.8
The text was updated successfully, but these errors were encountered:
Hi @MikeMcC399 , Thanks for raising the issue, we will investigate and update .
Sorry, something went wrong.
The workaround is to use actions/setup-node to install a supported version of Node.js
hemanthmanga
No branches or pull requests
Description
Workflows specifying
windows-latest
currently use windows-2022 with Node.js default18.20.8
. This version of Node.js is no longer supported.Node.js 18 entered end-of-life status on Apr 30, 2025 and the lowest supported release line is now Node.js 20 (currently Node.js
20.19.1
).Platforms affected
Runner images affected
Image version and build link
Image Version: 20250427.1.0
Is it regression?
no
Expected behavior
windows-latest
should use a supported version of Node.js as a default - currently Node.js 20This means either
windows-2022
should be updated to Node.js 20 orwindows-2025
(default Node.js22.15.0
LTS) should be declaredwindows-latest
Actual behavior
windows-latest
=windows-2022
Node.js default
18.20.8
Repro steps
The text was updated successfully, but these errors were encountered: