Skip to content

Commit 5f1b30b

Browse files
gaearonrandycoulman
authored andcommitted
Update e2e.sh (facebook#1167)
1 parent 9c60498 commit 5f1b30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/e2e.sh

+1-1
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
59+
npm install -g yarn@0.17.10 # TODO: remove version when https://github.com/yarnpkg/yarn/issues/2142 is fixed.
6060
yarn cache clean
6161
fi
6262

0 commit comments

Comments
 (0)