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:
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.
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:
node-orb/src/scripts/packages/yarn-berry-install.sh
Line 5 in 43e43d5