From 0867b643348f77b32629ae19ac73fea9f7c8e90d Mon Sep 17 00:00:00 2001 From: bab <42715882+babu-ch@users.noreply.github.com> Date: Fri, 14 Feb 2025 19:23:12 +0900 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 83104e241..a1a0aafa5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -46,7 +46,7 @@ It is of course fine to use non-English language, when you open a PR to translat ## Development Setup -You will need [Node.js](http://nodejs.org) **version 16+**, and [PNPM](https://pnpm.io). +You will need [Node.js](http://nodejs.org) **version 20+**, and [PNPM](https://pnpm.io). We also recommend installing [ni](https://github.com/antfu/ni) to help switching between repos using different package managers. `ni` also provides the handy `nr` command which running npm scripts easier.