-
Notifications
You must be signed in to change notification settings - Fork 785
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
chore: update yarn release and rc file to match package.json spec #558
Conversation
@JFrankfurt is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, looks like the build fails
🟡 Heimdall Review Status
📝 Heimdall docs · 🕵️ Advanced details · ♻️ Refresh Heimdall · #️⃣ #ask-heimdall |
Review Error for zencephalon @ 2024-06-13 15:11:03 UTC |
@zencephalon thanks, had to run the new yarn cli to update a few checksums |
run updated yarn version to patch checksums
5b88b71
to
9605ce7
Compare
)" This reverts commit 699c798.
run updated yarn version to patch checksums
run updated yarn version to patch checksums
What changed? Why?
noticed that the yarn release we've got here doesn't match the specified version in package.json, so updating it.
3.2.4->3.5.0
This appears to fix a bug related to corepack and a missing yarn
URL
import.Notes to reviewers
see current package.json: https://github.com/base-org/web/blob/master/package.json#L70C1-L71C1
How has it been tested?
everything functions as usual locally