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

fix: make action standalone #100

Merged
merged 1 commit into from
Feb 27, 2024
Merged

fix: make action standalone #100

merged 1 commit into from
Feb 27, 2024

Conversation

bobbyg603
Copy link
Member

@bobbyg603 bobbyg603 commented Feb 27, 2024

We had initially taken out the setup-node step in fear that it might interfere with the setup-node step of the calling action. This doesn't appear to be an issue after all.

Additionally, by including a setup-node step, the calling action doesn't have to worry about calling setup-node, which is a better solution for actions that otherwise wouldn't use node.

Finally, for actions already using node, we expose a node-version input so that the calling action can dictate which version of node symbol-upload uses.

Fixes #97

@bobbyg603
Copy link
Member Author

CC'ing @nat-goodspeed, I don't think this will cause any issues in your pipeline, but just wanted to make you aware of this change 🙂. See #97 for more info.

@bobbyg603 bobbyg603 merged commit 4eb81ab into main Feb 27, 2024
1 check passed
@bobbyg603 bobbyg603 deleted the action branch February 27, 2024 22:06
@nat-goodspeed
Copy link
Contributor

Thank you. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NPM not installed
3 participants