From be8dc6430187cd3fdc9ccb4c021d53df0de571c4 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:17:57 +0200 Subject: [PATCH] chore: make Yarn v1 version installation explicit --- scripts/update-cypress-latest-yarn.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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