runner-images icon indicating copy to clipboard operation
runner-images copied to clipboard

[Ubuntu 22.04 and Windows 2022] Default Nodejs version will be set to 20 on 2025-06-02

Open subir0071 opened this issue 7 months ago • 3 comments

Breaking changes

We are going to set Nodejs 20 as the default version across all VM images.

Target date

Image deployment is starting on 2025-06-02 and will take 3-4 days.

The motivation for the changes

Node.js 18 is End of life. Hence, it should be used as the default version in the runner images.

Possible impact

If your builds depend on the default Nodejs 18 they can be broken.

Platforms affected

  • [x] Azure DevOps
  • [x] GitHub Actions

Runner images affected

  • [x] Ubuntu 22.04
  • [ ] Ubuntu 24.04
  • [ ] macOS 13
  • [ ] macOS 13 Arm64
  • [ ] macOS 14
  • [ ] macOS 14 Arm64
  • [ ] macOS 15
  • [ ] macOS 15 Arm64
  • [ ] Windows Server 2019
  • [x] Windows Server 2022
  • [ ] Windows Server 2025

Mitigation ways

The recommended way is to pin your workflow to the desired nodejs version using:

https://github.com/actions/setup-node action for GH https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/node-js?view=azure-devops for AzDO

subir0071 avatar May 05 '25 19:05 subir0071

https://github.com/actions/runner-images/issues/12129

hemanthmanga avatar May 06 '25 12:05 hemanthmanga

@subir0071

The motivation for the changes

Node.js 18 is End of life. Hence, it should be used as the default version in the runner images.

This is a typo. It should say something like

Hence, it should not be used as the default version in the runner images.

OR

Hence, it should no longer be used as the default version in the runner images.

otherwise it doesn't make sense in the context.

MikeMcC399 avatar May 22 '25 19:05 MikeMcC399

The changes are complete. Closing now.

hemanthmanga avatar Jun 06 '25 14:06 hemanthmanga