-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use latest corepack #2666
Use latest corepack #2666
Conversation
We started seeing issues with pnpm signatures, which is apparently fixed with a later corepack release. See pnpm/pnpm#9014
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.
looks good, the fact that we do '--global' does that mean it will store it in the GHA cache for next time to improve speed?
I'm actually not sure about this. I think I'll merge to unblock things and investigate as a possible follow up optimisation. |
It wasn't necessarily a suggestion, I just wondered why the flag was needed (if at all) given that we get a fresh runner every time. |
## What are you changing? - Use a specific version of corepack ## Why? - The build is failing, see pnpm/pnpm#9014. This is a proposed fix also used in guardian/support-service-lambdas#2666
What does this change?
Uses a more recent version of corepack in CI.
We started seeing issues with pnpm signatures, which is apparently fixed with a later corepack release.
See pnpm/pnpm#9014
How to test
Ensure the build passes.