Skip to content

feat(Node): update node to 24 to support trusted publishing - #1233

Merged
tdakhla merged 1 commit into
betafrom
feature/update-node-24
May 21, 2026
Merged

feat(Node): update node to 24 to support trusted publishing#1233
tdakhla merged 1 commit into
betafrom
feature/update-node-24

Conversation

@tdakhla

@tdakhla tdakhla commented May 21, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 21, 2026 16:21
@tdakhla
tdakhla merged commit 3035bc2 into beta May 21, 2026
6 checks passed
@tdakhla
tdakhla deleted the feature/update-node-24 branch May 21, 2026 16:23

Copilot AI left a comment

Copy link
Copy Markdown

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 project’s runtime/tooling Node.js version to 24 to support npm “trusted publishing” in CI, and adjusts related build configuration.

Changes:

  • Bump Docker base image from Node 22 Alpine to Node 24.15 Alpine.
  • Bump GitHub Actions workflows from Node 21 to Node 24.
  • Remove push trigger from the Integration workflow (now PR-only for beta/next).

Reviewed changes

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

File Description
Dockerfile Updates the container base image to Node 24.15 Alpine.
.github/workflows/release.yml Updates release workflow Node version to 24 for publishing/build steps.
.github/workflows/integration.yml Updates integration workflow Node version to 24 and removes push trigger.

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

Comment on lines 3 to 6
on:
pull_request:
branches: [beta, next]
push:
branches: [beta, next]

uses: actions/setup-node@v6
with:
node-version: 21
node-version: 24
uses: actions/setup-node@v6
with:
node-version: 21
node-version: 24
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