Skip to content

Commit eaf5e53

Browse files
gaearonromaindso
authored andcommitted
Unpin Yarn (facebook#2124)
* Unpin Yarn * Try 0.24.2 * Update e2e-simple.sh
1 parent 87aa281 commit eaf5e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/e2e-simple.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ fi
9393
if [ "$USE_YARN" = "yes" ]
9494
then
9595
# Install Yarn so that the test can use it to install packages.
96-
npm install -g yarn@0.22 # FIXME: this pin is temporary to work around a Yarn bug on CI
96+
npm install -g yarn
9797
yarn cache clean
9898
fi
9999

0 commit comments

Comments
 (0)