Skip to content
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

Add yarn by default when set as cache #727

Closed
hunterbreathat-wk opened this issue Mar 24, 2023 · 1 comment
Closed

Add yarn by default when set as cache #727

hunterbreathat-wk opened this issue Mar 24, 2023 · 1 comment
Labels
feature request New feature or request to improve the current logic

Comments

@hunterbreathat-wk
Copy link

hunterbreathat-wk commented Mar 24, 2023

Description:
When using:

- name: Setup Node
  uses: actions/setup-node@v3
  with:
    node-version: '16' # Doesn't matter really
    cache: yarn

yarn should get installed by the action, currently this causes the action to fail as yarn ins't in the PATH.

Justification:
It shouldn't fail the job if that is a configuration option.

Are you willing to submit a PR?

I'm unsure where to start but would be will to help with this.

@hunterbreathat-wk hunterbreathat-wk added feature request New feature or request to improve the current logic needs triage labels Mar 24, 2023
@MaksimZhukov
Copy link
Contributor

Hello @hunterbreathat-wk ! Thank you for reporting this!
I am closing this issue as a duplicate of this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic
Projects
None yet
Development

No branches or pull requests

2 participants