ci(node-install): bump setup-node & pnpm/action-setup to v6 (Node.js 24)#2
Open
nrivera-sysdyne wants to merge 1 commit into
Open
ci(node-install): bump setup-node & pnpm/action-setup to v6 (Node.js 24)#2nrivera-sysdyne wants to merge 1 commit into
nrivera-sysdyne wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bump the two actions used by the
node-installcomposite action off their Node.js 20 versions:actions/setup-node@v4→@v6(latest: v6.4.0)pnpm/action-setup@v4→@v6(latest: v6.0.9)Why
GitHub is retiring the Node.js 20 runner runtime. Both actions declared
runs.using: node20, so every consuming repo's workflow logs a warning on each run:The v6 majors of both actions run natively on Node.js 24, which clears the warning fleet-wide (this action is consumed via
@master, so every repo picks up the fix automatically once merged).Notes
packageManagerfield inpackage.jsonand the Node version fromnode-version-file: package.json.ubuntu-24.04, which provides the Node.js 24 runtime.🤖 Generated with Claude Code