File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ npm install
68
68
if [ " $USE_YARN " = " yes" ]
69
69
then
70
70
# 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
72
72
yarn cache clean
73
73
fi
74
74
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ npm install
68
68
if [ " $USE_YARN " = " yes" ]
69
69
then
70
70
# 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
72
72
yarn cache clean
73
73
fi
74
74
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ npm install
78
78
if [ " $USE_YARN " = " yes" ]
79
79
then
80
80
# 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
82
82
yarn cache clean
83
83
fi
84
84
You can’t perform that action at this time.
0 commit comments