Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/on-demand-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 24.10.0
node-version: 22.16.0
cache: npm
Comment on lines 19 to 23

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Human-readable output uses `--pretty` or `--summary`. JSON, MCP tools, and libra

## Try it

**Requirement:** Node.js 24.10 or newer.
**Requirement:** Node.js 22.16 or newer.

### From a source checkout

Expand Down
2 changes: 1 addition & 1 deletion codegraph-skill/codegraph/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Lifecycle commands accept either one positional project path or `--root <path>`,

## Installation

Codegraph requires Node.js 24.10 or newer. Use only the scoped packages:
Codegraph requires Node.js 22.16 or newer. Use only the scoped packages:

- CLI and library: `@lzehrung/codegraph`
- optional native runtime: `@lzehrung/codegraph-native`
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Requirements and install paths for local source checkouts, published packages, r

## Requirements

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