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 node-version-file configuration for the CI #119

Merged
merged 1 commit into from Mar 21, 2023

Conversation

ahukkanen
Copy link
Contributor

Noticed that we are statically defining the Node version for the CI but we can use the node-version-file configuration that was added to actions/setup-node at v2.5.0 (actions/setup-node#338):

https://github.com/actions/setup-node/releases/tag/v2.5.0

One less thing to maintain.

@ahukkanen ahukkanen added the enhancement New feature or request label Mar 21, 2023
@alecslupu alecslupu merged commit 1f87efd into develop Mar 21, 2023
5 checks passed
@alecslupu alecslupu deleted the chore/ci-node-version branch March 21, 2023 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants