From cecff9292c0e66739339f5b9cd527afac9c347dd Mon Sep 17 00:00:00 2001 From: kuanglingxi <1148273143@qq.com> Date: Wed, 9 Feb 2022 12:35:38 +0800 Subject: [PATCH 1/2] docs(contributing): change node version --- .github/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/contributing.md b/.github/contributing.md index b85198c3d1b..83b28486f5a 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 14+**, 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. From 25a5bb6d33ac479f66dfe305f614f1db495c87a3 Mon Sep 17 00:00:00 2001 From: kuanglingxi <1148273143@qq.com> Date: Mon, 14 Feb 2022 17:53:56 +0800 Subject: [PATCH 2/2] 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 83b28486f5a..33395947855 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 14+**, 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.