-
Notifications
You must be signed in to change notification settings - Fork 1.4k
How is yarn getting installed? #89
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
Comments
Yarn is automatically preinstalled with hosted runners. (docs) |
What if I run on self-hosted runner? Should I install yarn in my runner? |
Yes, only the runner gets installed. You can simply install it on the machine and the runner can access it. You don't have to do it in the workflow itself. |
questions answered ☝️ |
WEEPKRK-937 fixed improper handling of both possible query params
I cannot determine by what mechanism yarn is getting installed by this action. I was hoping to find something explicit in the code that is downloading and installing it, but I found no mention of yarn.
Could you please clarify how setup-node is ensuring that yarn gets installed?
The text was updated successfully, but these errors were encountered: