build: update to yarn@1.21.1 (#34384)

This updates yarn throughout the monorepo for both build and CI.

PR Close #34384
This commit is contained in:
Igor Minar
2019-12-12 22:26:42 +01:00
committed by Kara Erickson
parent 0fba79cda2
commit b405942b0c
16 changed files with 85219 additions and 78517 deletions

View File

@ -129,7 +129,7 @@ commands:
# Overwrite the yarn installed in the docker container with our own version.
name: Overwrite yarn with our own version
command: |
ourYarn=$(realpath ./third_party/github.com/yarnpkg/yarn/releases/download/v1.17.3/bin/yarn.js)
ourYarn=$(realpath ./third_party/github.com/yarnpkg/yarn/releases/download/v1.21.1/bin/yarn.js)
sudo chmod a+x $ourYarn
sudo ln -fs $ourYarn /usr/local/bin/yarn
- run: echo "Yarn version $(yarn --version)"