Skip to content

Update workflows to use Node.js 22.14.0#1116

Merged
vineethkuttan merged 2 commits intomainfrom
copilot/update-node-version-workflows
Dec 8, 2025
Merged

Update workflows to use Node.js 22.14.0#1116
vineethkuttan merged 2 commits intomainfrom
copilot/update-node-version-workflows

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 8, 2025

Description

Why

GitHub Actions workflow templates were using default runner Node.js versions, which may vary across runner images and become outdated. Pinning to Node.js 22.14.0 ensures consistent build environments across all CI runs.

Changes

  • Added actions/setup-node@v4 to template-upgradesample.yml and template-buildsample.yml
  • Node.js 22.14.0 is now configured immediately after checkout in both workflow templates
  • Affects all workflows that call these templates: ci.yml, pr.yml, and ci-upgrade.yml

Screenshots

N/A - Workflow configuration changes only

Original prompt

This section details on the original issue you should resolve

<issue_title>Update workflows to use node version >= 22.14.0</issue_title>
<issue_description>Make changes in this file alone template-upgradesample.yml, template-buildsample.yml</issue_description>

<agent_instructions>Create a PR so that all workflow will use node version 22.14.0 for wherever it is necessary.</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Microsoft Reviewers: Open in CodeFlow

Co-authored-by: vineethkuttan <66076509+vineethkuttan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update workflows to use node version 22.14.0 Update workflows to use Node.js 22.14.0 Dec 8, 2025
Copilot AI requested a review from vineethkuttan December 8, 2025 05:48
@vineethkuttan vineethkuttan marked this pull request as ready for review December 8, 2025 06:03
@vineethkuttan vineethkuttan requested review from a team as code owners December 8, 2025 06:03
@vineethkuttan vineethkuttan enabled auto-merge (squash) December 8, 2025 06:28
@HariniMalothu17
Copy link
Copy Markdown
Contributor

lgtm!

@vineethkuttan vineethkuttan merged commit 007396c into main Dec 8, 2025
41 checks passed
@vineethkuttan vineethkuttan deleted the copilot/update-node-version-workflows branch December 8, 2025 06:29
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.

Update workflows to use node version >= 22.14.0

3 participants