You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
At the moment the last Node LTS is 22.11.0, but we install version 20.
I tried to use the orb but it failed because of yarn version mismatch:
Latest version of Yarn is 1.22.22
Checking if YARN is already installed...
A different version of Yarn is installed (1.22.19); removing it
^@^@rm: cannot remove '/usr/local/bin/yarn': Permission denied
Exited with code exit status 1
Describe the bug
At the moment the last Node LTS is 22.11.0, but we install version 20.
I tried to use the orb but it failed because of yarn version mismatch:
To Reproduce
In my
.nvmrc
22.11.0
.Expected behavior
I am able to use Node 22.
Workarounds
Use my own Ruby image.
The text was updated successfully, but these errors were encountered: