Skip to content

Update Node.js CI matrix to remove 16.x and add 22.x - #664

Merged
Dan Marshall (danmarshall) merged 1 commit into
masterfrom
copilot/update-node-version
Aug 25, 2026
Merged

Update Node.js CI matrix to remove 16.x and add 22.x#664
Dan Marshall (danmarshall) merged 1 commit into
masterfrom
copilot/update-node-version

Conversation

Copilot AI commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

PR checks were failing in the build (16.x) job because the workflow still targeted an outdated Node runtime. This change updates the CI test matrix to supported Node versions so PR validation aligns with current dependency engine requirements.

  • Workflow matrix update

    • Changed .github/workflows/node.js.yml Node matrix from 16.x, 18.x, 20.x to 18.x, 20.x, 22.x.
    • Keeps multi-version coverage while dropping the unsupported legacy runtime.
  • Why this resolves the failure

    • Removes the failing build (16.x) lane that no longer satisfies package engine constraints.
    • Preserves current-stable coverage and adds forward coverage on Node 22.
strategy:
  matrix:
    node-version: [18.x, 20.x, 22.x]

Co-authored-by: danmarshall <11507384+danmarshall@users.noreply.github.com>
@danmarshall
Dan Marshall (danmarshall) marked this pull request as ready for review August 25, 2026 20:54
@danmarshall
Dan Marshall (danmarshall) merged commit 87248f4 into master Aug 25, 2026
4 checks passed
@danmarshall
Dan Marshall (danmarshall) deleted the copilot/update-node-version branch August 25, 2026 21:57
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.

2 participants