fix: Use yarn version 1.9.4 on CI

This commit is contained in:
Alex Browne
2018-08-23 16:45:18 -07:00
parent 2c660e62d3
commit a551d0a6dd

View File

@@ -18,8 +18,8 @@ jobs:
- yarn-packages-master
- yarn-packages-
- run:
name: yarn
command: yarn --frozen-lockfile install || true
name: install-yarn
command: sudo npm install --global yarn@1.9.4
- run:
name: yarn
command: yarn --frozen-lockfile install
@@ -254,4 +254,4 @@ workflows:
- build
- submit-coverage:
requires:
- test-rest
- test-rest