]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(docs): update the minimum requeird version of node and pnpm (#11443) [ci skip]
authorwzc520pyfm <1528857653@qq.com>
Mon, 29 Jul 2024 01:10:52 +0000 (09:10 +0800)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2024 01:10:52 +0000 (09:10 +0800)
.github/contributing.md

index 5b9206a8529972c26f7e7fb0c043fb34e56c629f..3ed1de4e02a4baeff85afb8249ff4922190cb6d3 100644 (file)
@@ -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.