diff --git a/tasks/e2e-simple.sh b/tasks/e2e-simple.sh index 59cccd88898..96f21e89467 100755 --- a/tasks/e2e-simple.sh +++ b/tasks/e2e-simple.sh @@ -90,7 +90,7 @@ fi if [ "$USE_YARN" = "yes" ] then # Install Yarn so that the test can use it to install packages. - npm install -g yarn + npm install -g yarn@0.22 # FIXME: this pin is temporary to work around a Yarn bug on CI yarn cache clean fi