Skip to content

windows-11-arm defaults to End-of-Life Node.js v19.9.0 #78

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

Open
1 of 4 tasks
MikeMcC399 opened this issue Apr 15, 2025 · 0 comments
Open
1 of 4 tasks

windows-11-arm defaults to End-of-Life Node.js v19.9.0 #78

MikeMcC399 opened this issue Apr 15, 2025 · 0 comments

Comments

@MikeMcC399
Copy link

MikeMcC399 commented Apr 15, 2025

Type of issue

  • Error when running a workflow.
  • Request for additional tools or software for an existing image.
  • Request for a new image, Linux or Windows.
  • Other

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

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

Image

Desktop (please complete the following information):

  • OS: windows-11-arm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant