Skip to content

docs: correct CLAUDE.md Node version to match package.json (#1976) - #2191

Merged
carlos-alm merged 1 commit into
mainfrom
fix/issue-1976
Jul 30, 2026
Merged

docs: correct CLAUDE.md Node version to match package.json (#1976)#2191
carlos-alm merged 1 commit into
mainfrom
fix/issue-1976

Conversation

@carlos-alm

Copy link
Copy Markdown
Contributor

Summary

Verification

  • Docs-only, single-line change. No code surface touched.

Closes #1976

CLAUDE.md's Node Version section said >=22.6, but engines.node in
package.json was bumped to >=22.12.0 in a later commit without
updating CLAUDE.md to match.

Closes #1976

docs check acknowledged: this IS the docs fix
@greptile-apps

greptile-apps Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Updates CLAUDE.md to document the same minimum Node.js version required by package.json.

  • Changes the documented minimum from Node.js 22.6 to 22.12.0.

Confidence Score: 5/5

The PR appears safe to merge because the documentation now matches the repository's declared Node.js requirement.

The only changed line updates CLAUDE.md from Node.js 22.6 to 22.12.0, exactly matching package.json and CONTRIBUTING.md without affecting runtime behavior.

Important Files Changed

Filename Overview
CLAUDE.md Correctly aligns the contributor-facing Node.js requirement with the package engine constraint.

Reviews (1): Last reviewed commit: "docs: correct CLAUDE.md Node version to ..." | Re-trigger Greptile

@carlos-alm
carlos-alm merged commit 54d5e39 into main Jul 30, 2026
26 checks passed
@carlos-alm
carlos-alm deleted the fix/issue-1976 branch July 30, 2026 11:11
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 30, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLAUDE.md Node Version section says >=22.6 but package.json requires >=22.12.0

1 participant