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

Use the .node-version file to define node env for Github actions #81

Closed
wants to merge 1 commit into from

Conversation

jeremywiebe
Copy link

Summary:

This repo's Github actions use the setup-node action and define the node-version within each action. We have a .node-version file that defines the version of Node to use for tooling, and the setup-node action understands how to use that file, so this PR migrates all Github actions to defer to .node-version for which Node to use. Less duplication.

Issue: "none"

Test plan:

@jeremywiebe jeremywiebe self-assigned this May 17, 2024
@jeremywiebe jeremywiebe marked this pull request as ready for review May 17, 2024 18:49
Copy link
Collaborator

@nedredmond nedredmond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as this doesn't break things for wonder-blocks (@juan), I'm all about less duplication!

@jeremywiebe
Copy link
Author

I'm going to abandon this for now. It wasn't the solution I needed and I think it's just a tiny improvement.

@jeremywiebe jeremywiebe deleted the jer/use-node-version-file branch May 22, 2024 00:16
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.

2 participants