Skip to content

Commit a24eddf

Browse files
gaearonDaniel Figueiredo
authored and
Daniel Figueiredo
committed
Use Yarn latest in e2e (facebook#1534)
* Use Yarn latest in e2e * Here too * And here plz
1 parent 02506d5 commit a24eddf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tasks/e2e-installs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ npm install
6868
if [ "$USE_YARN" = "yes" ]
6969
then
7070
# Install Yarn so that the test can use it to install packages.
71-
npm install -g yarn@0.17.10 # TODO: remove version when https://github.com/yarnpkg/yarn/issues/2142 is fixed.
71+
npm install -g yarn
7272
yarn cache clean
7373
fi
7474

tasks/e2e-kitchensink.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ npm install
6868
if [ "$USE_YARN" = "yes" ]
6969
then
7070
# Install Yarn so that the test can use it to install packages.
71-
npm install -g yarn@0.17.10 # TODO: remove version when https://github.com/yarnpkg/yarn/issues/2142 is fixed.
71+
npm install -g yarn
7272
yarn cache clean
7373
fi
7474

tasks/e2e-simple.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ npm install
7878
if [ "$USE_YARN" = "yes" ]
7979
then
8080
# Install Yarn so that the test can use it to install packages.
81-
npm install -g yarn@0.17.10 # TODO: remove version when https://github.com/yarnpkg/yarn/issues/2142 is fixed.
81+
npm install -g yarn
8282
yarn cache clean
8383
fi
8484

0 commit comments

Comments
 (0)