From 2c53a3344d164b21dea74d37bb0aab8a1932208d Mon Sep 17 00:00:00 2001 From: WadydX <65117428+WadydX@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:37:00 +0100 Subject: [PATCH] docs(contributing): align Node prerequisite with package engines --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 76323a9a97..c6796dd0b3 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 18+** | Optional — needed for browser tools and WhatsApp bridge | +| **Node.js 20+** | Optional — needed for browser tools and WhatsApp bridge | ### Clone and install