Skip to content

Conversation

marcveens
Copy link
Owner

No description provided.

@Copilot Copilot AI review requested due to automatic review settings July 3, 2025 07:54
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 updates the Node.js versions used in CI and the release workflow.

  • Release workflow now uses Node 22.x instead of 16.x.
  • Build matrix is narrowed to Node 20.x and 22.x, dropping older versions.

Reviewed Changes

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

File Description
.github/workflows/release.yml Bump node-version to 22.x for publishing
.github/workflows/build.yml Update test matrix to [20.x, 22.x], removing older entries
Comments suppressed due to low confidence (2)

.github/workflows/build.yml:19

  • Dropping Node 18.x (still LTS) reduces coverage for supported versions. Consider including 18.x in the CI matrix to catch compatibility issues.
        node-version: [20.x, 22.x]

.github/workflows/release.yml:13

  • [nitpick] Ensure the release workflow’s Node version aligns with the test matrix; synchronizing both helps prevent environment mismatches during publishing.
          node-version: '22.x'

@marcveens marcveens merged commit 27e567d into main Jul 3, 2025
6 checks passed
@marcveens marcveens deleted the build-version branch July 3, 2025 07:56
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.

1 participant