From f1563b98b063d73152fc28c74983f2a4f1a36415 Mon Sep 17 00:00:00 2001
From: Dan Abramov <dan.abramov@gmail.com>
Date: Wed, 3 May 2017 16:40:47 +0100
Subject: [PATCH] Temporarily pin Yarn to fix CI

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

diff --git a/tasks/e2e-simple.sh b/tasks/e2e-simple.sh
index 59cccd888..96f21e894 100755
--- a/tasks/e2e-simple.sh
+++ b/tasks/e2e-simple.sh
@@ -90,7 +90,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.22 # FIXME: this pin is temporary to work around a Yarn bug on CI
   yarn cache clean
 fi
 
-- 
GitLab