Skip to content

Commit 5ecda24

Browse files
authored
Unpin Yarn (#2124)
* Unpin Yarn * Try 0.24.2 * Update e2e-simple.sh
1 parent fcb7dcf commit 5ecda24

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)