We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f762728 commit f1563b9Copy full SHA for f1563b9
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