diff --git a/circle.yml b/circle.yml index 8d59e52e1d..11bf953a58 100644 --- a/circle.yml +++ b/circle.yml @@ -5,6 +5,7 @@ machine: dependencies: pre: - npm install -g npm@3.10.7 + - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.21.3 test: override: diff --git a/package.json b/package.json index d4a0a76c60..bc3e96634c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "engines": { "node": ">=6.9.5 <7.0.0", "npm": ">=3.10.7 <4.0.0", - "yarn": ">=0.19.1 <0.21.0" + "yarn": ">=0.21.3 <0.22.0" }, "repository": { "type": "git", diff --git a/scripts/ci-lite/env.sh b/scripts/ci-lite/env.sh index 7f567f7277..b358b347e3 100644 --- a/scripts/ci-lite/env.sh +++ b/scripts/ci-lite/env.sh @@ -6,7 +6,7 @@ echo 'travis_fold:start:ENV' NODE_VERSION=6.9.5 NPM_VERSION=3.10.7 # do not upgrade to >3.10.8 unless https://github.com/npm/npm/issues/14042 is resolved -YARN_VERSION=0.19.1 +YARN_VERSION=0.21.3 CHROMIUM_VERSION=433059 # Chrome 56 linux stable, see https://www.chromium.org/developers/calendar SAUCE_CONNECT_VERSION=4.3.11