Add Node.js 20.11.0 #162

Closed
karlhorky wants to merge 1 commits from patch-1 into main
karlhorky commented 2024-01-12 21:44:19 +05:00 (Migrated from github.com)

Since there is no way to open issues here, I opened a PR for discussion instead.

Node.js 20.11.0 has been out since 10 Jan 2024, but the automated PRs have not yet updated this.

Maybe some automation is broken here? Or is there a schedule for releasing these new versions? If it is scheduled, maybe the delay from the release to the manifest being updated could be decreased?

I'm coming here because of a failure in actions/setup-node to resolve lts/* to 20.11.0, also when using check-latest: true:

Run actions/setup-node@v4
  with:
    node-version: lts/*
    always-auth: false
    check-latest: false
    token: ***
Attempt to resolve LTS alias from manifest...
Found in cache @ /opt/hostedtoolcache/node/20.10.0/x64
Environment details
  node: v20.10.0
  npm: 10.2.3
  yarn: 1.22.21

cc @MaksimZhukov @dmitry-shibanov @dusan-trickovic

Since there is no way to open issues here, I opened a PR for discussion instead. [Node.js 20.11.0](https://nodejs.org/en/blog/release/v20.11.0) has been out since 10 Jan 2024, but the automated PRs have not yet updated this. Maybe some automation is broken here? Or is there a schedule for releasing these new versions? If it is scheduled, maybe the delay from the release to the manifest being updated could be decreased? I'm coming here because of [a failure in `actions/setup-node` to resolve `lts/*` to `20.11.0`](https://github.com/actions/setup-node/issues/940), also when using `check-latest: true`: ``` Run actions/setup-node@v4 with: node-version: lts/* always-auth: false check-latest: false token: *** Attempt to resolve LTS alias from manifest... Found in cache @ /opt/hostedtoolcache/node/20.10.0/x64 Environment details node: v20.10.0 npm: 10.2.3 yarn: 1.22.21 ``` cc @MaksimZhukov @dmitry-shibanov @dusan-trickovic
karlhorky commented 2024-01-26 14:21:01 +05:00 (Migrated from github.com)

LTS alias is now properly resolving Node.js 20.11.0:

Attempt to resolve LTS alias from manifest...
Found in cache @ /opt/hostedtoolcache/node/20.11.0/x64

As per the comment from @HarithaVattikuti:

Closing.

LTS alias is now properly resolving Node.js 20.11.0: ``` Attempt to resolve LTS alias from manifest... Found in cache @ /opt/hostedtoolcache/node/20.11.0/x64 ``` As per the comment from @HarithaVattikuti: - https://github.com/actions/setup-node/issues/940#issuecomment-1911104358 Closing.

Pull request closed

Sign in to join this conversation.