From 15d112adf1bc457d41e77e144586ca58dc6cbc03 Mon Sep 17 00:00:00 2001 From: kuanglingxi <1148273143@qq.com> Date: Mon, 14 Feb 2022 18:05:14 +0800 Subject: [PATCH] docs(contributing): keep documentation and engines in sync [ci skip] --- .github/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/contributing.md b/.github/contributing.md index b85198c3d1b..a020b2e35d3 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.5+**, 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.