Skip to content

Add Node.js 24 support in runtime policy, CI matrix, and v5 changelog#167

Merged
abraham merged 2 commits into
mainfrom
copilot/support-node-24
Apr 20, 2026
Merged

Add Node.js 24 support in runtime policy, CI matrix, and v5 changelog#167
abraham merged 2 commits into
mainfrom
copilot/support-node-24

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 20, 2026

This updates v5 support policy to include Node.js 24 and aligns project metadata and CI coverage with that support statement. It also makes the v5 changelog explicit about the supported Node LTS lines.

  • Runtime support policy

    • Expanded engines.node to include Node 24 in addition to 20 and 22.
    "engines": {
      "node": "^20.0.0 || ^22.0.0 || ^24.0.0"
    }
  • CI coverage

    • Extended the GitHub Actions test matrix from [20, 22] to [20, 22, 24] so Node 24 is continuously validated.
  • Release notes / changelog

    • Updated CHANGELOG.md under 5.0.0 to explicitly state support for Node 20, 22, and 24.

Copilot AI linked an issue Apr 20, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add support for Node.js 24 and update changelog Add Node.js 24 support in runtime policy, CI matrix, and v5 changelog Apr 20, 2026
Copilot AI requested a review from abraham April 20, 2026 00:32
@abraham abraham marked this pull request as ready for review April 20, 2026 00:32
@abraham abraham merged commit f5e140e into main Apr 20, 2026
9 checks passed
@abraham abraham deleted the copilot/support-node-24 branch April 20, 2026 00:32
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.

Support node 24

2 participants