Skip to content

Conversation

@ccoVeille
Copy link

Description:

It looks like the Node.js version specified in action.yml was left behind when we upgraded the project to Node.js 24. This commit updates action.yml to reflect the correct Node.js version.

Related issue:

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

It looks like the Node.js version specified in action.yml was left behind
when we upgraded the project to Node.js 24. This commit updates action.yml
to reflect the correct Node.js version.
Copilot AI review requested due to automatic review settings December 7, 2025 15:24
@ccoVeille ccoVeille requested a review from a team as a code owner December 7, 2025 15:24
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes an oversight where the action.yml file was not updated during the project-wide upgrade to Node.js 24. The change aligns the GitHub Action runtime specification with the rest of the codebase, which already uses Node.js 24 throughout.

Key Changes

  • Updated the using field in action.yml from 'node20' to 'node24' to match the project's Node.js 24 upgrade

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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