1
0
Fork 0

chore(circle): update Yarn version

This commit is contained in:
François Chalifour 2020-09-01 17:33:38 +02:00
parent 220d44b50c
commit a6b1bfd344

View file

@ -2,7 +2,7 @@ aliases:
- &install_yarn_version
name: Install specific Yarn version
command: |
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.5
echo 'export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"' >> $BASH_ENV
- &restore_yarn_cache