github-action icon indicating copy to clipboard operation
github-action copied to clipboard

use yarn 2 command

Open himself65 opened this issue 3 years ago • 1 comments

/usr/local/bin/yarn --frozen-lockfile
➤ YN0050: The --frozen-lockfile option is deprecated; use --immutable and/or --immutable-cache instead

himself65 avatar Aug 15 '22 20:08 himself65

You can change the install command by following the instructions below

https://github.com/cypress-io/github-action#custom-install-command

agungkes avatar Sep 04 '22 14:09 agungkes

Yes, you can specify the install command, but the default install command in the github action should be --immutable. Anyone not using the latest Yarn should use custom-install to use the old flag

brandonchinn178 avatar Oct 08 '22 00:10 brandonchinn178

You can change the install command by following the instructions below

https://github.com/cypress-io/github-action#custom-install-command

This works for me. Thanks!

himself65 avatar Oct 08 '22 17:10 himself65