Skip to content

Commit 804cd13

Browse files
committed
Revert "Update e2e.sh (facebook#1167)"
This reverts commit 3a36693.
1 parent 3a36693 commit 804cd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ root_path=$PWD
5656
if [ "$USE_YARN" = "yes" ]
5757
then
5858
# Install Yarn so that the test can use it to install packages.
59-
npm install -g yarn@0.17.10 # TODO: remove version when https://github.com/yarnpkg/yarn/issues/2142 is fixed.
59+
npm install -g yarn
6060
yarn cache clean
6161
fi
6262

0 commit comments

Comments
 (0)