From: Evan You Date: Fri, 20 Oct 2023 02:43:54 +0000 (+0800) Subject: chore: bump min node version requirement for development X-Git-Tag: v3.3.5~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beb487ef52c31dfd7bbb9637cc63c3da25ab695c;p=thirdparty%2Fvuejs%2Fcore.git chore: bump min node version requirement for development --- diff --git a/.github/contributing.md b/.github/contributing.md index 035cfb77a8..9c385f1bcc 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -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. diff --git a/package.json b/package.json index d4e242744f..6415c7f4cf 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ ] }, "engines": { - "node": ">=16.14.0" + "node": ">=18.12.0" }, "devDependencies": { "@babel/parser": "^7.22.16",