-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error trying to use the cache option with yarn v4 and above #904
Comments
More context: |
Thanks for creating the issue and providing detailed repro steps! We will look into it and come back with details! |
Underneath the error message you posted was the following hint.
After which I enabled corepack using the command
And that fixed my issue. |
Hello everyone. For now I'm going to close the issue as duplicate of #899. If you have any concerns feel free to ping us. |
in your yaml workflow file add:
|
That worked for me as well :) thanks for sharing |
Description:
Throws an error:
This project's package.json defines "packageManager": "[email protected]". However the current global version of Yarn is 1.22.21.
Action version:
4.0.0
Platform:
Runner type:
Tools version:
Node: v18
Yarn: v4.0.2
Repro steps:
Expected behavior:
It should run successfully.
Actual behavior:
It throws the error as above.
The text was updated successfully, but these errors were encountered: