ci: freeze yarn lockfile when installing dependencies (#19616)
PR Close #19616
This commit is contained in:

committed by
Chuck Jazdzewski

parent
afa2bb246b
commit
566606ef46
@ -37,7 +37,7 @@ travisFoldEnd "install-yarn"
|
||||
|
||||
# Install all npm dependencies according to yarn.lock
|
||||
travisFoldStart "yarn-install"
|
||||
node tools/npm/check-node-modules --purge || yarn install
|
||||
node tools/npm/check-node-modules --purge || yarn install --freeze-lockfile --non-interactive
|
||||
travisFoldEnd "yarn-install"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user