From bc8e64ce7744737aff773a5f5c707dad0932dfca Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:16:38 +0530 Subject: [PATCH] chore: mention node version in contributing.md --- .github/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/contributing.md b/.github/contributing.md index 24a4a745..5738cbc2 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -23,7 +23,7 @@ Hi! We're really excited that you are interested in contributing to VitePress. B ## Development Setup -You will need [pnpm](https://pnpm.io) +You will need [Node.js](https://nodejs.org) v20 or higher and [pnpm](https://pnpm.io). After cloning the repo, run: