From 3a36693a05ed239397142e1571a3b9df506472a4 Mon Sep 17 00:00:00 2001
From: Dan Abramov <dan.abramov@gmail.com>
Date: Mon, 5 Dec 2016 21:58:31 +0000
Subject: [PATCH] Update e2e.sh (#1167)

---
 tasks/e2e.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/e2e.sh b/tasks/e2e.sh
index 557b48ccd..58e6ad53e 100755
--- a/tasks/e2e.sh
+++ b/tasks/e2e.sh
@@ -56,7 +56,7 @@ root_path=$PWD
 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.17.10 # TODO: remove version when https://github.com/yarnpkg/yarn/issues/2142 is fixed.
   yarn cache clean
 fi
 
-- 
GitLab