-
Notifications
You must be signed in to change notification settings - Fork 386
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
yarn 1.22.22 fails in cypress/factory #1031
Comments
Same, related issue is here yarnpkg/yarn#9035 |
Is this error related to that too? + curl -fsSLO --compressed https://nodejs.org/dist/v20.13.0/node-v20.13.0-linux-x64.tar.xz
+ curl -fsSLO --compressed https://nodejs.org/dist/v20.13.0/SHASUMS256.txt.asc
+ gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc
gpg: Signature made Tue May 7 15:44:10 2024 UTC
gpg: using RSA key CC68F5A3106FF448322E48ED27F5E38D5B0A215F
gpg: Can't check signature: No public key Happens when I set the Node Version to 20.13.0 |
It's a separate root cause, so I'd suggest you open a new issue. The keys for Node.js are in |
Yarn The error with Yarn |
I've uploaded a GPG signature for Yarn v1.22.22, so this should be fixed now. |
Thank you @Daniel15 ! I can confirm that it is now possible to successfully build a Cypress Docker image with are now showing Yarn This was an upstream issue on https://github.com/yarnpkg/yarn/releases. No change to this Cypress repo was necessary. |
Attempted to upgrade
yarn
from1.22.19
->1.22.22
and encountered this errorThis url doesn't appear to exist
https://yarnpkg.com/downloads/1.22.22/yarn-v1.22.22.tar.gz.asc
causing it to exitThe text was updated successfully, but these errors were encountered: