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 bf2876d commit 2e126a2Copy full SHA for 2e126a2
tasks/e2e-simple.sh
@@ -90,7 +90,7 @@ fi
90
if [ "$USE_YARN" = "yes" ]
91
then
92
# Install Yarn so that the test can use it to install packages.
93
- npm install -g yarn
+ npm install -g yarn@0.22 # FIXME: this pin is temporary to work around a Yarn bug on CI
94
yarn cache clean
95
fi
96
0 commit comments