Skip to content

chore: upgrade monorepo to Node.js 24#8351

Open
jacekradko wants to merge 2 commits intomainfrom
jacek/upgrade-to-node-24
Open

chore: upgrade monorepo to Node.js 24#8351
jacekradko wants to merge 2 commits intomainfrom
jacek/upgrade-to-node-24

Conversation

@jacekradko
Copy link
Copy Markdown
Member

Summary

  • Upgrades the monorepo development environment to Node.js 24
  • Maintains Node ≥20.9.0 compatibility for published packages
  • Updates CI workflows to test both Node 24 and Node 20

Changes

  • Updated root package.json engines to require Node ≥24.15.0
  • Updated .nvmrc to Node 24.15.0
  • Updated CI workflows to use Node 24 as primary version
  • Added Node 20 to CI test matrix for published package compatibility
  • Updated release workflow caching to Node 24

Test plan

  • Build passes with Node 24
  • Tests pass with Node 24
  • Published packages still work with Node 20 (with expected engine warnings)
  • CI configuration updated to test both versions

- Update root package.json engines to require Node >=24.15.0
- Update .nvmrc to Node 24.15.0
- Update CI workflows to use Node 24 as primary version
- Add Node 20 to CI test matrix for published package compatibility
- Update release workflow caching to Node 24

Published packages maintain Node >=20.9.0 compatibility as specified
in their individual engines fields. This change only affects the
monorepo development environment and CI/CD pipelines.
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 18, 2026

🦋 Changeset detected

Latest commit: d50f674

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Apr 18, 2026 3:46am

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 18, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: c3569e76-d097-4302-b748-068e52e23288

📥 Commits

Reviewing files that changed from the base of the PR and between 7994b5f and d50f674.

📒 Files selected for processing (5)
  • .changeset/giant-mirrors-find.md
  • .github/workflows/ci.yml
  • .github/workflows/release.yml
  • .nvmrc
  • package.json

📝 Walkthrough

Walkthrough

The changes implement a Node.js runtime version upgrade from 22.11.0 to 24.15.0 across project configuration and CI/CD workflows. The .nvmrc file is updated to specify Node 24.15.0, package.json engine constraints are updated to require >=24.15.0, CI workflow matrices and conditions are adjusted to test against Node 24, release workflow caching is reconfigured for Node 24, and a changeset file is added to document the version change.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and clearly describes the main change: upgrading the monorepo to Node.js 24, which is the primary objective reflected in all file changes.
Description check ✅ Passed The description provides relevant context about the upgrade, explaining both the development environment changes and package compatibility considerations, which aligns with the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 18, 2026

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8351

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8351

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8351

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8351

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@8351

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8351

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8351

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8351

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8351

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8351

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8351

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8351

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8351

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8351

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8351

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8351

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8351

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8351

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8351

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8351

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8351

commit: d50f674

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant