From dcb8c5c67a451e2e0995bd04e5a083c48e80c282 Mon Sep 17 00:00:00 2001 From: WadydX <65117428+WadydX@users.noreply.github.com> Date: Fri, 17 Apr 2026 18:39:31 +0100 Subject: [PATCH] docs(contributing): align Node requirement in repo + docs site --- CONTRIBUTING.md | 2 +- website/docs/developer-guide/contributing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6796dd0b3..0e00c3f2cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/website/docs/developer-guide/contributing.md b/website/docs/developer-guide/contributing.md index 8920e32ec7..f75fd85ebb 100644 --- a/website/docs/developer-guide/contributing.md +++ b/website/docs/developer-guide/contributing.md @@ -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