From 15b4976595b29099d693e24cffb96b349a5b15cc Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 11 May 2017 15:46:00 +0100 Subject: [PATCH 1/3] Unpin Yarn --- 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 de0738ce20d..9d5a4dfba55 100755 --- a/tasks/e2e-simple.sh +++ b/tasks/e2e-simple.sh @@ -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@0.22 # FIXME: this pin is temporary to work around a Yarn bug on CI + npm install -g yarn yarn cache clean fi From c665ebe4e53738a9aefe25efac322dfe1433779d Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 12 May 2017 15:24:17 +0100 Subject: [PATCH 2/3] Try 0.24.2 --- 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 9d5a4dfba55..09495950a07 100755 --- a/tasks/e2e-simple.sh +++ b/tasks/e2e-simple.sh @@ -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 From 8eb434346094adf25feebd0757b18c8ffc7a841d Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Mon, 15 May 2017 13:15:48 -0400 Subject: [PATCH 3/3] Update e2e-simple.sh --- 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 09495950a07..9d5a4dfba55 100755 --- a/tasks/e2e-simple.sh +++ b/tasks/e2e-simple.sh @@ -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@0.24.2 + npm install -g yarn yarn cache clean fi