Skip to content

Commit 3b5bfed

Browse files
kmelveclaude
andcommitted
docs: update Node.js version references to 22/24
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 24827b2 commit 3b5bfed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
1111
This project uses a PR-based workflow with branch protection on `main`:
1212

1313
- **No direct pushes to main** - All changes require a pull request
14-
- **CI must pass** - Tests run on Node 20 and 22
14+
- **CI must pass** - Tests run on Node 22 and 24
1515
- **Approval required** - At least 1 review needed before merge
1616
- **Conventional commits** - Use `feat:`, `fix:`, `docs:`, etc.
1717

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Thank you for your interest in contributing to boxfix! This document provides gu
66

77
### Prerequisites
88

9-
- Node.js 20 or later
9+
- Node.js 22 or later (LTS)
1010
- npm
1111

1212
### Getting Started
@@ -40,7 +40,7 @@ The `main` branch is protected with the following rules:
4040

4141
- **Pull requests required** - All changes must go through a PR
4242
- **Approval required** - At least 1 approving review needed
43-
- **Status checks required** - CI must pass on Node 20 and 22
43+
- **Status checks required** - CI must pass on Node 22 and 24
4444
- **No force pushes** - History cannot be rewritten on main
4545
- **Stale reviews dismissed** - New commits invalidate previous approvals
4646

0 commit comments

Comments
 (0)