Skip to content
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

fix(ci): enable corepack for updater jobs #4179

Merged
merged 10 commits into from
Oct 15, 2024
2 changes: 2 additions & 0 deletions scripts/update-package-json.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# expects `$repo`, `$tagPrefix` and `$packages` (array) variables to be defined, see e.g. update-javascript.sh

corepack enable # This repository uses Yarn v3 which requires corepack to be enabled

monorepoRoot="$(dirname "$0")/.."

case $1 in
Expand Down
Loading