Skip to content

Bump actions/setup-node to v2 #29

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

Merged
merged 1 commit into from
Jan 10, 2022
Merged

Bump actions/setup-node to v2 #29

merged 1 commit into from
Jan 10, 2022

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jan 6, 2022

The actions/setup-node GitHub Actions action is used in the "test" workflow to setup a specific version range of Node.js for use in the GitHub Actions runner.

The 2.x.x major version series of the action is now well into production status and the 1.x.x series is no longer under active development.

The use of the v2 major version ref will cause the workflow to use a stable version of the action, while also benefiting from ongoing development to the action up until such time as a new major release of an action is made. At that time we would need to evaluate whether any changes to the workflow are required by the breaking change that triggered the major release before manually updating the major ref (e.g., uses: actions/setup-node@v3).


Supersedes #22

The `actions/setup-node` GitHub Actions action is used in the "test" workflow to setup a specific version range of
Node.js for use in the GitHub Actions runner.

The 2.x.x major version series of the action is now well into production status and the 1.x.x series is no longer under
active development.

The use of the `v2` major version ref will cause the workflow to use a stable version of the action, while also
benefiting from ongoing development to the action up until such time as a new major release of an action is made. At
that time we would need to evaluate whether any changes to the workflow are required by the breaking change that
triggered the major release before manually updating the major ref (e.g., uses: `actions/setup-node@v3`).
@per1234 per1234 added type: enhancement Proposed improvement topic: infrastructure Related to project infrastructure labels Jan 6, 2022
@per1234 per1234 self-assigned this Jan 6, 2022
@per1234 per1234 merged commit 3cb05d8 into arduino:main Jan 10, 2022
@per1234 per1234 deleted the bump-setup-node branch January 10, 2022 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants