From: wzc520pyfm <1528857653@qq.com> Date: Mon, 29 Jul 2024 01:10:52 +0000 (+0800) Subject: chore(docs): update the minimum requeird version of node and pnpm (#11443) [ci skip] X-Git-Tag: v3.4.35~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8395f27bdf3105c5729a9e7895e36d83b123be9;p=thirdparty%2Fvuejs%2Fcore.git chore(docs): update the minimum requeird version of node and pnpm (#11443) [ci skip] --- diff --git a/.github/contributing.md b/.github/contributing.md index 5b9206a852..3ed1de4e02 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -82,7 +82,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 18.12+**, and [PNPM](https://pnpm.io) **version 8+**. +You will need [Node.js](https://nodejs.org) with minimum version as specified in the [`.node-version`](https://github.com/vuejs/core/blob/main/.node-version) file, and [PNPM](https://pnpm.io) with minimum version as specified in the [`"packageManager"` field in `package.json`](https://github.com/vuejs/core/blob/main/package.json#L4). We also recommend installing [@antfu/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.