From: kuanglingxi <38032408+klx-buct@users.noreply.github.com> Date: Mon, 14 Feb 2022 11:34:02 +0000 (+0800) Subject: docs(contributing): change node version (#5382) X-Git-Tag: v3.2.32~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29d58f3124f430da6816aa7093da185da364c0cf;p=thirdparty%2Fvuejs%2Fcore.git docs(contributing): change node version (#5382) * docs(contributing): keep documentation and engines in sync [ci skip] --- diff --git a/.github/contributing.md b/.github/contributing.md index b85198c3d1..3339594785 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -40,7 +40,7 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before ## Development Setup -You will need [Node.js](https://nodejs.org) **version 10+**, and [PNPM](https://pnpm.io). +You will need [Node.js](https://nodejs.org) **version 16+**, 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.