Skip to content

Update Node.js support and CI to 22.22.3#251

Draft
Copilot wants to merge 1 commit into
masterfrom
copilot/update-node-v20-to-v22
Draft

Update Node.js support and CI to 22.22.3#251
Copilot wants to merge 1 commit into
masterfrom
copilot/update-node-v20-to-v22

Conversation

Copilot AI commented May 13, 2026

Copy link
Copy Markdown

This updates the repository’s Node.js baseline from v20 to the latest compatible v22 minor, aligning local/runtime constraints with CI. The change is limited to version declarations because the existing dependency set and test/build flow remain compatible on Node 22.

  • Runtime support

    • Updates package.json engines.node from ^20 to ^22.22.3
  • CI alignment

    • Updates the GitHub Actions test workflow to run on 22.22.3
    • Keeps dependency caching and the existing test job structure unchanged
  • Version declaration example

    "engines": {
      "node": "^22.22.3"
    }

Agent-Logs-Url: https://github.com/mavenlink/brainstem-js/sessions/bc9fae32-42f8-4ac3-8874-4d1d6908fccf

Co-authored-by: guanw88 <44227626+guanw88@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants