Skip to content

Commit

Permalink
ci: update yarn command
Browse files Browse the repository at this point in the history
This command is not compatible with Yarn 4.
  • Loading branch information
alan-agius4 committed Dec 17, 2024
1 parent e5ed172 commit 264ff06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"postUpgradeTasks": {
"commands": [
"git restore .yarn/releases/yarn-4.5.0.cjs",
"yarn install --frozen-lockfile --non-interactive",
"yarn install --immutable",
"yarn bazel build //tools/...",
"yarn bazel run @npm2//:sync"
],
Expand Down

0 comments on commit 264ff06

Please sign in to comment.