We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61dc67 commit 3a36693Copy full SHA for 3a36693
tasks/e2e.sh
@@ -56,7 +56,7 @@ root_path=$PWD
56
if [ "$USE_YARN" = "yes" ]
57
then
58
# Install Yarn so that the test can use it to install packages.
59
- npm install -g yarn
+ npm install -g yarn@0.17.10 # TODO: remove version when https://github.com/yarnpkg/yarn/issues/2142 is fixed.
60
yarn cache clean
61
fi
62
0 commit comments