ci: freeze yarn lockfile when installing dependencies (#19616)

PR Close #19616
This commit is contained in:
Peter Bacon Darwin
2017-10-11 08:15:03 +01:00
committed by Chuck Jazdzewski
parent afa2bb246b
commit 566606ef46
2 changed files with 2 additions and 2 deletions

View File

@ -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"