Skip to content

Node 25 images do not have corepack enabled, causing yarn berry installs to fail #260

Description

Orb version:

7.2.1

What happened:

I upgraded my CI jobs from Node 24 to Node 25, while using yarn berry. This causes the yarn berry install to fail as corepack has been removed from Node 25.

/bin/bash: line 2: corepack: command not found
Using alternative corepack location
/bin/bash: line 4: corepack: command not found

Exited with code exit status 127

Expected behavior:

Corepack should either be force enabled in the job if not present, or the CCI node 25 images should install corepack.

Additional Information:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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