We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
yarn
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.
The text was updated successfully, but these errors were encountered:
Hello @hunterbreathat-wk ! Thank you for reporting this! I am closing this issue as a duplicate of this one.
Sorry, something went wrong.
No branches or pull requests
Description:
When using:
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.
The text was updated successfully, but these errors were encountered: