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

Run build and lint steps in CI on .nvmrc Node version #230

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

Mrtenz
Copy link
Member

@Mrtenz Mrtenz commented Nov 2, 2023

This changes the build and lint steps in CI to only run on the .nvmrc version. The Node version for these steps shouldn't matter. The test step is still run on all supported Node versions.

We made this change in a few other repositories already, but it was never applied to the module template.

@Mrtenz Mrtenz requested a review from a team as a code owner November 2, 2023 10:43
Copy link

@MajorLift MajorLift left a comment

Choose a reason for hiding this comment

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

Running the build, lint steps with the node version used for development, and testing on all supported versions makes sense. LGTM!

@Mrtenz Mrtenz merged commit 163d7fd into main Nov 2, 2023
15 checks passed
@Mrtenz Mrtenz deleted the mrtenz/ci-nvmrc-version branch November 2, 2023 18:28
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.

3 participants