You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The action uses the --frozen-lockfile flag for the yarn install step, but that flag is deprecated in yarn@v3.2.1 — the yarn resolution step is failing when running the install steps on the merged commits (e.g. PR's commit merged with main).
The action uses the
--frozen-lockfile
flag for theyarn install
step, but that flag is deprecated inyarn@v3.2.1
— the yarn resolution step is failing when running the install steps on the merged commits (e.g. PR's commit merged with main).Here is an example of the failure described above: https://github.com/bigwoof91/real-system/runs/8051667671?check_suite_focus=true
Could there be a way to optionally use the the new CLI flag,
--immutable
?The text was updated successfully, but these errors were encountered: