Skip to content

Add support of Node.js 26#203

Merged
kelson42 merged 4 commits into
mainfrom
nodejs-26
May 22, 2026
Merged

Add support of Node.js 26#203
kelson42 merged 4 commits into
mainfrom
nodejs-26

Conversation

@kelson42
Copy link
Copy Markdown
Contributor

  • Add support of Node.js 26
  • Deprecate EOL Node.js 20

@kelson42 kelson42 changed the title Nodejs 26 Add support of Nodejs 26 May 21, 2026
@kelson42 kelson42 added the task label May 21, 2026
@kelson42 kelson42 added this to the 4.3.0 milestone May 21, 2026
@kelson42 kelson42 requested review from benoit74 and Copilot May 21, 2026 12:16
Copy link
Copy Markdown
Contributor

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

Updates this library’s declared/runtime support and CI to cover newer Node.js versions while dropping Node 20.

Changes:

  • Update engines.node to require Node.js 22+ and (intended) support through Node 26.
  • Update CI test matrix to run on Node 22/24/26 and add new macOS runner labels.
  • Update CD workflow to publish using Node.js 22.x instead of 20.x.

Reviewed changes

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

File Description
package.json Updates engines.node range to reflect newer supported Node versions.
package-lock.json Keeps lockfile’s engines.node range in sync with package.json.
.github/workflows/ci.yml Updates Node matrix and modifies the OS matrix used for CI runs.
.github/workflows/cd.yml Bumps Node version used for release/publish workflow.

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

Comment thread package.json Outdated
Comment thread .github/workflows/ci.yml
Comment thread .github/workflows/ci.yml
@kelson42 kelson42 changed the title Add support of Nodejs 26 Add support of Node.js 26 May 21, 2026
Copy link
Copy Markdown
Contributor

@benoit74 benoit74 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kelson42 kelson42 merged commit 3c92e4b into main May 22, 2026
54 of 55 checks passed
@kelson42 kelson42 deleted the nodejs-26 branch May 22, 2026 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants