Skip to content

[agent] Add .nvmrc pinning Node 24 to match CI (#41) - #42

Merged
paulieb89 merged 1 commit into
mainfrom
agent/41-add-nvmrc
Jul 16, 2026
Merged

[agent] Add .nvmrc pinning Node 24 to match CI (#41)#42
paulieb89 merged 1 commit into
mainfrom
agent/41-add-nvmrc

Conversation

@evolve-bch

@evolve-bch evolve-bch Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Problem

Local development may use a different Node version than CI, causing inconsistencies. Issue #41 requests adding a root .nvmrc pinning to Node 24 to align with CI.

Acceptance criteria

  1. .nvmrc exists at repository root
  2. Content is 24 (Node major version used in CI)
  3. No other files are modified

Changes

File Action
.nvmrc Created — contains 24

Verification

  • CI config .github/workflows/ci.yml uses node-version: 24 (confirmed)
  • git diff --check — no whitespace errors
  • git status — only .nvmrc is new; no other files touched
  • Committed as 7d2a1e5

Risks

None. Single new file, no code changes, no dependency impact.

Closes #41.

@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
evolve Ready Ready Preview, Comment Jul 16, 2026 1:26pm

Request Review

@paulieb89
paulieb89 marked this pull request as ready for review July 16, 2026 14:09
@paulieb89
paulieb89 merged commit 0ce86ef into main Jul 16, 2026
3 checks passed
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.

[agent] Add .nvmrc pinning Node 24 to match CI

1 participant