ci: migrate runners to Node.js (ACTIVE) 24 and bump nrwl/nx-set-shas to v5.0.1#36249
Draft
Hotell wants to merge 1 commit into
Draft
ci: migrate runners to Node.js (ACTIVE) 24 and bump nrwl/nx-set-shas to v5.0.1#36249Hotell wants to merge 1 commit into
Hotell wants to merge 1 commit into
Conversation
- Bump actions/setup-node node-version from 22 → 24 across all GitHub Actions workflows and the run-publish-vr-screenshot composite action. - Pin nrwl/nx-set-shas to v5.0.1 (afb73a62…); v5 ships a Node 24 runtime and resolves the GitHub deprecation warning for Node 20 JS actions. - Bump UseNode@1 in .devops/templates/tools.yml from 22.x → 24.x, which propagates to every azure-pipelines.*.yml that consumes the template. - Align legacy actions/setup-node@v4 → @v6 in the composite action. - Update copilot.instructions.md to note CI runs on the current Active LTS (Node.js 24) while engines still allow 22 || 24.
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.
Summary
Bumps CI runtime from Node.js 22 → 24 (current Active LTS) and resolves the GitHub Actions deprecation warning for the Node 20-based
nrwl/nx-set-shasaction.Changes
actions/setup-nodenode-versionbumped22→24(10 workflow files).nrwl/nx-set-shas— pinned SHA826660b…(v4.3.3, Node 20) →afb73a62d26e41464e9254689e1fd6122ee683c1(v5.0.1, Node 24 runtime). 7 occurrences across 6 workflows..github/actions/run-publish-vr-screenshot/action.yml—node-version: '20'→'24',actions/setup-node@v4→@v6, andnrwl/nx-set-shas@v4floating tag → pinned v5.0.1 SHA. (Currently unused but kept in sync.).devops/templates/tools.ymlUseNode@1version: '22.x'→'24.x'(single edit propagates to everyazure-pipelines.*.ymlconsuming this template)..github/instructions/copilot.instructions.mdNode.js Versions line updated to^22.0.0 || ^24.0.0and notes CI runs on Node.js 24 (current Active LTS).Out of scope
engines.nodein root +packages/web-components/package.jsonalready allows^22.0.0 || ^24.0.0— kept as-is so local devs on 22 are unaffected.Verification
After merge, the "Node.js 20 actions are deprecated" warning should disappear from CI runs and
setup-nodelogs should show v24.