Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try 0.24.2
  • Loading branch information
gaearon authored May 12, 2017
commit c665ebe4e53738a9aefe25efac322dfe1433779d
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
npm install -g yarn@0.24.2
yarn cache clean
fi

Expand Down