Skip to content

Commit 8246a14

Browse files
committed
docs: use LTS instead of hardcoded Node 24 in AGENTS.md
1 parent 4d8a571 commit 8246a14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the Node.js API documentation generator (`@node-core/doc-kit`). It is a
66

77
### Runtime
88

9-
- Requires **Node.js 24** (see `.nvmrc`). Use `nvm install 24 && nvm use 24` if not already active.
9+
- Requires the **Node.js LTS** version specified in `.nvmrc`. Use `nvm install --lts && nvm use --lts` if not already active.
1010
- Package manager is **npm** (lockfile: `package-lock.json`).
1111

1212
### Key commands

0 commit comments

Comments
 (0)