Skip to content

chore: build with node 24 - #971

Merged
tbouffard merged 3 commits into
mainfrom
chore/build_with_node_24
Dec 10, 2025
Merged

chore: build with node 24#971
tbouffard merged 3 commits into
mainfrom
chore/build_with_node_24

Conversation

@tbouffard

@tbouffard tbouffard commented Dec 9, 2025

Copy link
Copy Markdown
Member

This is mainly to use npm 11 which is required to use trusted publishers during npm publish.

Summary by CodeRabbit

  • Chores

    • Updated Node.js runtime requirement to v24.
  • Documentation

    • Added a Build & Development Environment note recommending use of the repo's Node.js version.
    • Minor wording clarifications in contributor/development instructions.

✏️ Tip: You can customize this high-level summary in your review settings.

@tbouffard tbouffard added the chore Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...) label Dec 9, 2025
@coderabbitai

coderabbitai Bot commented Dec 9, 2025

Copy link
Copy Markdown

Walkthrough

Updated Node.js version in .nvmrc from 22 to 24 and made minor documentation edits (Build & Development Environment guidance) in .github/copilot-instructions.md and CLAUDE.md. No functional code changes.

Changes

Cohort / File(s) Summary
Node.js version configuration
/.nvmrc
Bumped Node.js version from 22 to 24.
Developer documentation
/.github/copilot-instructions.md, /CLAUDE.md
Minor text edits to Build & Development Environment guidance to reference the Node.js version in .nvmrc and tweak wording (no command or behavioral changes).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • Check compatibility of dependencies with Node.js 24 (package engines, native modules).
  • Verify CI/CD and container images reference the updated Node version or .nvmrc.
  • Quick read-through of the updated docs for clarity.

Possibly related PRs

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is minimal and lacks required template sections including issue reference, checklist items, overview details, and explanation of why this change is beneficial. Provide a complete PR description following the template: include issue reference (closes #X), check off applicable checklist items, expand the Overview section with details on why npm 11 is needed, and explain the rationale for upgrading Node.js.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: updating the build to use Node 24, which aligns with the primary objective stated in the PR description.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/build_with_node_24

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8082698 and 612d674.

📒 Files selected for processing (2)
  • .github/copilot-instructions.md (1 hunks)
  • CLAUDE.md (1 hunks)
✅ Files skipped from review due to trivial changes (2)
  • CLAUDE.md
  • .github/copilot-instructions.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1be0a47 and 8082698.

📒 Files selected for processing (1)
  • .nvmrc (1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: CR
Repo: maxGraph/maxGraph PR: 0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-12-04T15:34:46.016Z
Learning: ALWAYS use Node.js version 20 (specified in .nvmrc). Verify with 'node --version' which should show v20.x.x. This is the version used in CI/CD.
Learnt from: CR
Repo: maxGraph/maxGraph PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-12-04T15:35:02.405Z
Learning: Use Node.js version from .nvmrc file via nvm use command
Learnt from: tbouffard
Repo: maxGraph/maxGraph PR: 849
File: packages/html/stories/DragSource.stories.js:98-101
Timestamp: 2025-06-13T07:48:10.300Z
Learning: User tbouffard prefers answers in English; avoid switching to other languages in future replies.
📚 Learning: 2025-12-04T15:34:46.016Z
Learnt from: CR
Repo: maxGraph/maxGraph PR: 0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-12-04T15:34:46.016Z
Learning: ALWAYS use Node.js version 20 (specified in .nvmrc). Verify with 'node --version' which should show v20.x.x. This is the version used in CI/CD.

Applied to files:

  • .nvmrc
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: build (macos-14)
  • GitHub Check: build
  • GitHub Check: build (ubuntu-24.04)
  • GitHub Check: build (windows-2022)

Comment thread .nvmrc
@sonarqubecloud

Copy link
Copy Markdown

@tbouffard
tbouffard merged commit a68bb58 into main Dec 10, 2025
11 checks passed
@tbouffard
tbouffard deleted the chore/build_with_node_24 branch December 10, 2025 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant