Skip to content

update node 22-24#200

Merged
bourgeoa merged 2 commits intomainfrom
node22-24
Mar 18, 2026
Merged

update node 22-24#200
bourgeoa merged 2 commits intomainfrom
node22-24

Conversation

@bourgeoa
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 11, 2026 17:35
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 the CI workflow to move the Node.js test matrix forward (dropping Node 20, adding Node 24) and align artifact generation/publish steps with the remaining supported Node version.

Changes:

  • Remove Node 20 from the CI matrix and add Node 24.
  • Change the “Save build” artifact step to run on Node 22 instead of Node 20.
  • Update the Node version used in npm publish jobs from 20.x to 22.x.
Comments suppressed due to low confidence (1)

.github/workflows/ci.yml:23

  • The workflow references actions/checkout@v6 and actions/setup-node@v6. These major versions are not currently published for the official actions/* actions (latest majors have historically been much lower), so this will fail at runtime when GitHub Actions can’t resolve the action ref. Update these to a valid released major version (or pin to a commit SHA) to keep CI functional.
          - 24.x
    steps:
      - uses: actions/checkout@v6
      - name: Use Node.js ${{ matrix.node-version }}
        uses: actions/setup-node@v6

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

@bourgeoa
Copy link
Copy Markdown
Contributor Author

approved

@bourgeoa bourgeoa merged commit df04802 into main Mar 18, 2026
5 checks passed
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.

3 participants