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