Skip to content

chore: bump Node to 24.18.0 (engines/.nvmrc + CircleCI 24.18-browsers)#870

Merged
JoshuaVSherman merged 1 commit into
devfrom
claude/869-node-24-18-0
Jun 25, 2026
Merged

chore: bump Node to 24.18.0 (engines/.nvmrc + CircleCI 24.18-browsers)#870
JoshuaVSherman merged 1 commit into
devfrom
claude/869-node-24-18-0

Conversation

@JoshuaVSherman

Copy link
Copy Markdown
Contributor

Summary

Bumps the Node target to 24.18.0 (latest 24.x) across engines, .nvmrc, and CI. The matching cimg/node:24.18-browsers image is now published on Docker Hub, so CircleCI moves off the 24.16-browsers fallback (forced by the earlier 24.17-browsers gap) and runs the same Node line as the app and local dev. Picks up Node's latest security/patch fixes.

Closes #869

How to test locally

From web-jam-back/: node --version (expect v24.18.0 via .nvmrc) then npm test (eslint, jscpd, vitest+coverage). Expect lint clean, all tests pass, coverage over the 90/80/80/90 gate.

Test evidence

node --version → v24.18.0. npm test green: eslint clean, jscpd under threshold, full vitest suite passed. Coverage — Statements 91.39%, Branches 84.42%, Functions 84.14%, Lines 91.97% (all over the 90/80/80/90 gate). Config-only change (no source/test edits).

🤖 Work by Claude Code — Opus 4.8

#869)

cimg/node:24.18-browsers is now published, so CI runs the same Node line as the
app + local dev (closes the prior 24.17-browsers gap that forced the 24.16 pin).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@JoshuaVSherman JoshuaVSherman marked this pull request as ready for review June 25, 2026 07:27
@JoshuaVSherman JoshuaVSherman merged commit bb7ef4c into dev Jun 25, 2026
2 checks passed
@JoshuaVSherman JoshuaVSherman deleted the claude/869-node-24-18-0 branch June 25, 2026 07:27
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.

chore: bump Node to 24.18.0 (engines/.nvmrc + CircleCI 24.18-browsers)

1 participant