Skip to content

Commit fad8113

Browse files
authored
Lower minimum Node version to 22.16 (#154)
* Lower minimum Node version to 22.16 * Document IDE-style agent navigation plan
1 parent 99a1396 commit fad8113

9 files changed

Lines changed: 1138 additions & 35 deletions

File tree

.github/workflows/on-demand-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: 24.10.0
22+
node-version: 22.16.0
2323
cache: npm
2424

2525
- name: Install dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Human-readable output uses `--pretty` or `--summary`. JSON, MCP tools, and libra
4646

4747
## Try it
4848

49-
**Requirement:** Node.js 24.10 or newer.
49+
**Requirement:** Node.js 22.16 or newer.
5050

5151
### From a source checkout
5252

codegraph-skill/codegraph/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Lifecycle commands accept either one positional project path or `--root <path>`,
154154

155155
## Installation
156156

157-
Codegraph requires Node.js 24.10 or newer. Use only the scoped packages:
157+
Codegraph requires Node.js 22.16 or newer. Use only the scoped packages:
158158

159159
- CLI and library: `@lzehrung/codegraph`
160160
- optional native runtime: `@lzehrung/codegraph-native`

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Requirements and install paths for local source checkouts, published packages, r
44

55
## Requirements
66

7-
- Node.js 24.10+
7+
- Node.js 22.16+
88
- Published installs do not require Rust or a manual native setup step on supported targets.
99
- Local source checkouts do not require Rust just to build `dist/`, but the native workspace addon only builds when Cargo is available.
1010
- If no compatible native artifact is available, Codegraph drops to reduced graph-only and regex recovery mode instead of loading JS grammars.

0 commit comments

Comments
 (0)