]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: bump min node version requirement for development
authorEvan You <yyx990803@gmail.com>
Fri, 20 Oct 2023 02:43:54 +0000 (10:43 +0800)
committerEvan You <yyx990803@gmail.com>
Fri, 20 Oct 2023 02:44:10 +0000 (10:44 +0800)
.github/contributing.md
package.json

index 035cfb77a81e128a5659374464e04846e8b2dad3..9c385f1bcc9d83a1705e396e2149e4e0d664ccb2 100644 (file)
@@ -57,7 +57,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 16+**, and [PNPM](https://pnpm.io) **version 8+**.
+You will need [Node.js](https://nodejs.org) **version 18.12+**, and [PNPM](https://pnpm.io) **version 8+**.
 
 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.
 
index d4e242744ff1393aa35dc8431c4b1d45492584c6..6415c7f4cf647a438adf39201b25635831a922ab 100644 (file)
@@ -54,7 +54,7 @@
     ]
   },
   "engines": {
-    "node": ">=16.14.0"
+    "node": ">=18.12.0"
   },
   "devDependencies": {
     "@babel/parser": "^7.22.16",