Skip to content

Conversation

lerouxb
Copy link
Contributor

@lerouxb lerouxb commented Oct 15, 2025

The others were using ^20.x, these two had 20.16.0.
Screenshot 2025-10-15 at 15 15 27

@lerouxb lerouxb requested a review from a team as a code owner October 15, 2025 14:16
@Copilot Copilot AI review requested due to automatic review settings October 15, 2025 14:16
Copy link

@Copilot 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 standardizes Node.js version specifications across GitHub Actions workflows by changing the node-version from 20.16.0 to ^20.x in two workflow files to match the pattern used in other workflows.

Key Changes

  • Updated Node.js version specification in publish-auxiliary-packages.yml from a fixed version to a semver range
  • Updated Node.js version specification in bump-auxiliary-packages.yml from a fixed version to a semver range

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/publish-auxiliary-packages.yml Changed node-version from 20.16.0 to ^20.x for consistency
.github/workflows/bump-auxiliary-packages.yml Changed node-version from 20.16.0 to ^20.x for consistency

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@lerouxb lerouxb changed the title change workflow node versions to match others chore: change workflow node versions to match others Oct 15, 2025
@lerouxb lerouxb added the no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion) label Oct 15, 2025
@lerouxb lerouxb merged commit 0afc1fc into main Oct 15, 2025
19 of 22 checks passed
@lerouxb lerouxb deleted the bump-node-workflows branch October 15, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion)

2 participants