Skip to content

Commit

Permalink
Unpin Yarn (facebook#2124)
Browse files Browse the repository at this point in the history
* Unpin Yarn

* Try 0.24.2

* Update e2e-simple.sh
  • Loading branch information
gaearon authored and romaindso committed Jul 10, 2017
1 parent 87aa281 commit eaf5e53
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 @@ -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

Expand Down

0 comments on commit eaf5e53

Please sign in to comment.