Skip to content

Conversation

@michael-siek
Copy link
Member

@michael-siek michael-siek commented Nov 20, 2025

BREAKING CHANGE: Node 24 now supports proxies using NODE_USE_ENV_PROXY. While this shouldn't impact most customers unless they are running on self-hosted runner machines, out of an abundance of caution this is a major release because of that impact.
Closes: #59

@michael-siek michael-siek requested a review from a team as a code owner November 20, 2025 16:58
Copilot AI review requested due to automatic review settings November 20, 2025 16:58
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 attempts to update the Node.js version from v20 to v24 across the GitHub Action and CI workflows. However, there are critical issues that prevent this update from working correctly.

  • Updates the action runtime from node20 to node24 in action.yml
  • Changes .nvmrc from version 20 to 24
  • Modifies workflow files to use node-version-file instead of hardcoded versions

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
action.yml Updates GitHub Action runtime to node24 (unsupported)
.nvmrc Updates Node version from 20 to 24
.github/workflows/yml-checker.yml Switches to version file reference (incorrect filename)
.github/workflows/tests.yml Switches to version file references (incorrect filename)

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

@Garbee Garbee changed the title ci: update node to v24 feat!: update node to v24 Nov 20, 2025
@Garbee
Copy link
Member

Garbee commented Nov 20, 2025

I just updated the description and title to reflect that this is breaking and we should figure out some level of QA validation for it after it lands.

@Garbee Garbee changed the title feat!: update node to v24 feat(environment)!: update node to v24 Nov 20, 2025
@Garbee Garbee changed the title feat(environment)!: update node to v24 feat!: update node to v24 Nov 20, 2025
@Garbee Garbee changed the title feat!: update node to v24 chore: update node to v24 Dec 11, 2025
@Garbee Garbee changed the title chore: update node to v24 feat: update node to v24 Dec 11, 2025
@Garbee Garbee changed the title feat: update node to v24 feat!: update node to v24 Dec 11, 2025
@Garbee Garbee changed the title feat!: update node to v24 feat: update node to v24 Dec 11, 2025
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.

Tech Debt: update GH to use node 24

3 participants