We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87aa281 commit eaf5e53Copy full SHA for eaf5e53
tasks/e2e-simple.sh
@@ -93,7 +93,7 @@ fi
93
if [ "$USE_YARN" = "yes" ]
94
then
95
# 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
+ npm install -g yarn
97
yarn cache clean
98
fi
99
0 commit comments