Skip to content

chore: upgrade Node to 24#422

Open
Davydhh wants to merge 2 commits into
TabularisDB:mainfrom
Davydhh:chore/upgrade-node-24
Open

chore: upgrade Node to 24#422
Davydhh wants to merge 2 commits into
TabularisDB:mainfrom
Davydhh:chore/upgrade-node-24

Conversation

@Davydhh

@Davydhh Davydhh commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Bumps the pinned Node version from 22.18.0 → 24.18.0 (current Active LTS). Release CI reads .node-version, so this moves builds onto the newer LTS line and aligns the runtime with @types/node (already ^24), which had drifted a
major ahead of the Node 22 pin.

Changes

  • .node-version: 22.18.024.18.0

That's the whole change. @types/node ^24.12.0 already matches, and pnpm stays pinned via packageManager in package.json, so nothing else needs touching.

Compatibility

The toolchain supports Node 24 (per engines):

  • Vite 7.3 — ^20.19 || >=22.12
  • Vitest 4.1 — ^20 || ^22 || >=24
  • TypeScript 5.9 — >=14.17

Node 24's breaking changes (OpenSSL 3.5, stricter AbortSignal, etc.) are runtime/crypto concerns owned by the Rust backend — Node here is only the frontend build/test toolchain, so the exposure is limited to Vite/Vitest.

Testing

On Node 24.18.0: pnpm install, pnpm build, and the full Vitest suite (2713 tests) all pass.

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.

2 participants