-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update yarn version to 1.22.22 #2064
Comments
Yarn 1.22.22 is unfortunately not stable yet. |
Yeah, realized that after posting. So, just to be clear, whatever version is marked as stable ends up getting bumped in the dockerfiles? Thanks. |
yes, what https://yarnpkg.com/latest-version returns is used |
Thanks for the clarification everyone. |
I've uploaded a GPG signature for Yarn v1.22.22, along with all other missing artifacts (.deb, .rpm, and Windows installer), and the website now lists v1.22.22 as stable. This should be good to update now. |
Note that the update script will only bump the Yarn version when there is also a Node.js version change. I did confirm that if I changed one of the version numbers and re-ran the update.sh, it did pick up the new version. Be patient, and it'll be picked up on the next Node.js releases ;) |
Node 20 will have the new Yarn once the upstream PR lands from #2089 |
Problem
yarn v1.22.22 has bug fixes. Shouldn't the version in the base images be bumped?
Solution
ENV YARN_VERSION 1.22.19
Alternatives to Consider
The text was updated successfully, but these errors were encountered: