From 5ecda24f76a0d64aba98f3f5059e25e1a9695ce6 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 15 May 2017 21:04:02 +0100 Subject: [PATCH] Unpin Yarn (#2124) * Unpin Yarn * Try 0.24.2 * 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 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