Skip to content

Upgrade frontend and backend runtime to Node 24#86

Merged
rupertgermann merged 1 commit into
mainfrom
codex/issue-85-node-24
Jul 13, 2026
Merged

Upgrade frontend and backend runtime to Node 24#86
rupertgermann merged 1 commit into
mainfrom
codex/issue-85-node-24

Conversation

@rupertgermann

Copy link
Copy Markdown
Owner

Summary

  • pin local development and CI to Node 24.18.0 LTS
  • require Node 24 for the full-stack Next.js frontend/backend runtime
  • align Node type definitions and documentation
  • add a contract test preventing runtime-version drift

Validation

  • npx tsc --noEmit
  • 285 unit tests passed
  • 53 sidecar tests passed
  • production build passed
  • Playwright: 8 passed, 1 hardware-gated test skipped
  • clean npm ci completed with 0 vulnerabilities
  • scoped ESLint passed for the new test

Baseline notes

  • repository-wide npm run lint remains red on 118 pre-existing errors outside this patch
  • production build retains an existing Next.js NFT tracing warning

Closes #85

@rupertgermann rupertgermann merged commit b49765c into main Jul 13, 2026
1 check passed
@rupertgermann rupertgermann deleted the codex/issue-85-node-24 branch July 13, 2026 08:06
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.

Upate node to v24

1 participant