]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
docs(contributing): change node version (#5382)
authorkuanglingxi <38032408+klx-buct@users.noreply.github.com>
Mon, 14 Feb 2022 11:34:02 +0000 (19:34 +0800)
committerGitHub <noreply@github.com>
Mon, 14 Feb 2022 11:34:02 +0000 (19:34 +0800)
* docs(contributing): keep documentation and engines in sync [ci skip]

.github/contributing.md

index b85198c3d1be7eb5c5d9086e5dffcfed29210d5d..33395947855842b3618cc4ec7196da6c9fc5d176 100644 (file)
@@ -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.