docs(contributing): align Node requirement in repo + docs site

This commit is contained in:
WadydX 2026-04-17 18:39:31 +01:00 committed by Teknium
parent 2c53a3344d
commit dcb8c5c67a
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ If your skill is specialized, community-contributed, or niche, it's better suite
| **Git** | With `--recurse-submodules` support, and the `git-lfs` extension installed |
| **Python 3.11+** | uv will install it if missing |
| **uv** | Fast Python package manager ([install](https://docs.astral.sh/uv/)) |
| **Node.js 20+** | Optional — needed for browser tools and WhatsApp bridge |
| **Node.js 20+** | Optional — needed for browser tools and WhatsApp bridge (matches root `package.json` engines) |
### Clone and install

View file

@ -35,7 +35,7 @@ We value contributions in this order:
| **Git** | With `--recurse-submodules` support, and the `git-lfs` extension installed |
| **Python 3.11+** | uv will install it if missing |
| **uv** | Fast Python package manager ([install](https://docs.astral.sh/uv/)) |
| **Node.js 18+** | Optional — needed for browser tools and WhatsApp bridge |
| **Node.js 20+** | Optional — needed for browser tools and WhatsApp bridge (matches root `package.json` engines) |
### Clone and Install