Skip to content

Commit 9b7d519

Browse files
committed
docs: sync Node version references to 20.19+
package.json engines bumped to >=20.19.0 when eslint 10 was merged, but README badge, CONTRIBUTING, and wiki still advertised Node 18.
1 parent e17b61b commit 9b7d519

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ All 551 tests should pass before you start.
3939

4040
## Code style
4141

42-
- Node 18+, ES modules
42+
- Node 20.19+, ES modules
4343
- Prefer small, pure functions over class hierarchies
4444
- Handler files live in `src/tools/` — one file per tool group
4545
- Every new tool needs an entry in `src/tool-registry.js` and a test file in `tests/`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p align="center">
1010
<a href="https://github.com/hunchom/claude-code-ssh/actions/workflows/test.yml"><img src="https://github.com/hunchom/claude-code-ssh/actions/workflows/test.yml/badge.svg" alt="tests"/></a>
1111
<a href="https://github.com/hunchom/claude-code-ssh/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-informational?style=flat-square" alt="license"/></a>
12-
<img src="https://img.shields.io/badge/node-%E2%89%A518-informational?style=flat-square" alt="node 18+"/>
12+
<img src="https://img.shields.io/badge/node-%E2%89%A520.19-informational?style=flat-square" alt="node 20.19+"/>
1313
<img src="https://img.shields.io/badge/mcp-server-FF6B1A?style=flat-square" alt="mcp server"/>
1414
<a href="https://www.npmjs.com/package/claude-code-ssh"><img src="https://img.shields.io/npm/v/claude-code-ssh?style=flat-square&color=cb3837&label=npm" alt="npm version"/></a>
1515
</p>

wiki/Getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Five minutes from zero to Claude running commands on your first host.
66

77
| | |
88
|---|---|
9-
| Node.js | 18 or newer (20 recommended — use `.nvmrc`) |
9+
| Node.js | 20.19 or newer (use `.nvmrc`) |
1010
| npm | bundled with Node |
1111
| Claude Code (or OpenAI Codex) | installed and authenticated |
1212
| SSH access | to at least one host you want to manage |

0 commit comments

Comments
 (0)