Skip to content

Adds support for Node 26 - #7473

Open
milanholemans wants to merge 1 commit into
pnp:mainfrom
milanholemans:node26
Open

Adds support for Node 26#7473
milanholemans wants to merge 1 commit into
pnp:mainfrom
milanholemans:node26

Conversation

@milanholemans

Copy link
Copy Markdown
Contributor

Node 25 is EOL. Node 26 is the current version of Node.

Copilot AI lite review requested due to automatic review settings August 4, 2026 23:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 GitHub Actions CI matrices to stop running tests on Node 25 (now EOL per PR description) and instead run the non-coverage test suite on Node 26, keeping the primary build/coverage Node version unchanged.

Changes:

  • Updated check_pr.yml test matrix to replace nodeRun: 25 with nodeRun: 26.
  • Updated release_next.yml test matrix to replace nodeRun: 25 with nodeRun: 26.

Reviewed changes

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

File Description
.github/workflows/release_next.yml Replaces Node 25 with Node 26 in the “extra Node versions” test runs for the release-next workflow.
.github/workflows/check_pr.yml Replaces Node 25 with Node 26 in the “extra Node versions” test runs for PR validation.

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