Skip to content

Commit 0fee027

Browse files
committed
ci: update yarn command
This command is not compatible with Yarn 4.
1 parent e5ed172 commit 0fee027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"postUpgradeTasks": {
1212
"commands": [
1313
"git restore .yarn/releases/yarn-4.5.0.cjs",
14-
"yarn install --frozen-lockfile --non-interactive",
14+
"yarn install --immutable",
1515
"yarn bazel build //tools/...",
1616
"yarn bazel run @npm2//:sync"
1717
],

0 commit comments

Comments
 (0)