Skip to content

Commit a6dffdb

Browse files
authored
ci: enable yarn frozen lockfile during install (#22750)
1 parent 2af90d0 commit a6dffdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: yarn-ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ while [ $attempt -le $MAX_RETRIES ]; do
1919

2020
# `timeout` is in GNU coreutils. These are installed by default on Linux but not on Mac.
2121
# https://www.gnu.org/software/coreutils/manual/html_node/timeout-invocation.html#index-timeout
22-
timeout -k "$((MAX_TIME+1))m" "${MAX_TIME}m" yarn install
22+
timeout -k "$((MAX_TIME+1))m" "${MAX_TIME}m" yarn install --frozen-lockfile
2323
result=$?
2424

2525
if [ $result = 0 ]; then

0 commit comments

Comments
 (0)