Skip to content

Unable to find LTS release 'gallium' for Node version 'lts/gallium'. #355

Closed
@loozhengyuan

Description

@loozhengyuan

Description:
Node 16 LTS with codename lts/gallium has been released but not supported by the action.

Action version:
v2

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:

Repro steps:
A description with steps to reproduce the issue. If you have a public example or repo to share, please provide the link.

jobs:
  test:
    name: Test
    runs-on: ubuntu-latest

    steps:
      - name: Set up Node
        uses: actions/setup-node@v2
        with:
          node-version: "lts/gallium"
          cache: "yarn"

Expected behavior:
To install Node 16 LTS

Actual behavior:

Attempt to resolve LTS alias from manifest...
Error: Unable to find LTS release 'gallium' for Node version 'lts/gallium'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions