diff --git a/scripts/update-cypress-latest-yarn.sh b/scripts/update-cypress-latest-yarn.sh index 827e3e903..2ad9bee1a 100755 --- a/scripts/update-cypress-latest-yarn.sh +++ b/scripts/update-cypress-latest-yarn.sh @@ -25,7 +25,7 @@ cd examples # Yarn 1 Classic section # No corepack corepack disable yarn -npm install yarn@latest -g +npm install yarn@1 -g echo yarn version $(yarn --version) is installed # examples/start-and-yarn-workspaces (yarn) @@ -81,7 +81,7 @@ cd .. echo corepack disable yarn echo corepack is now disabled for Yarn -npm install yarn@latest -g +npm install yarn@1 -g echo yarn version $(yarn --version) is installed echo # End of Yarn 4 Modern section