Skip to content

Commit

Permalink
Temporarily pin Yarn to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and romaindso committed Jul 10, 2017
1 parent bf2876d commit 2e126a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/e2e-simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e126a2

Please sign in to comment.