File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ npm install
6868if [ " $USE_YARN " = " yes" ]
6969then
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
7373fi
7474
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ npm install
6868if [ " $USE_YARN " = " yes" ]
6969then
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
7373fi
7474
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ npm install
7878if [ " $USE_YARN " = " yes" ]
7979then
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
8383fi
8484
You can’t perform that action at this time.
0 commit comments