Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/update-cypress-latest-yarn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd examples
# Yarn 1 Classic section
# No corepack
corepack disable yarn
npm install yarn@1 -g
npm install yarn@1 --global --allow-scripts=yarn
echo yarn version $(yarn --version) is installed

# examples/start-and-yarn-workspaces (yarn)
Expand Down Expand Up @@ -81,7 +81,7 @@ cd ..
echo
corepack disable yarn
echo corepack is now disabled for Yarn
npm install yarn@1 -g
npm install yarn@1 --global --allow-scripts=yarn
echo yarn version $(yarn --version) is installed
echo
# End of Yarn 4 Modern section
Expand Down