From a551d0a6ddbc25f53612702ec7c6fa6ff2ca3aba Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Thu, 23 Aug 2018 16:45:18 -0700 Subject: fix: Use yarn version 1.9.4 on CI --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.circleci/config.yml') diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d3c2f108..2f139841b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 \ No newline at end of file + - test-rest -- cgit