chore: bump required node and pnpm versions for maintenance

This commit is contained in:
Evan You 2023-10-22 09:40:18 +08:00
parent 49b6bd4264
commit 18cc5479f6
4 changed files with 1211 additions and 1128 deletions

View File

@ -36,7 +36,7 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
## Development Setup ## Development Setup
You will need [Node.js](https://nodejs.org) **version 12+** and [pnpm](https://pnpm.io/). You will need [Node.js](https://nodejs.org) **version 18+** and [pnpm](https://pnpm.io/) **version 8+**.
After cloning the repo, run: After cloning the repo, run:

View File

@ -18,7 +18,7 @@ jobs:
- name: Set node version to 16 - name: Set node version to 16
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: 16 node-version: 18
cache: 'pnpm' cache: 'pnpm'
- run: pnpm install - run: pnpm install
@ -37,7 +37,7 @@ jobs:
- name: Set node version to 16 - name: Set node version to 16
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: 16 node-version: 18
cache: 'pnpm' cache: 'pnpm'
- run: pnpm install - run: pnpm install
@ -59,7 +59,7 @@ jobs:
- name: Set node version to 16 - name: Set node version to 16
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: 16 node-version: 18
cache: 'pnpm' cache: 'pnpm'
- run: pnpm install - run: pnpm install
@ -81,7 +81,7 @@ jobs:
- name: Set node version to 16 - name: Set node version to 16
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: 16 node-version: 18
cache: 'pnpm' cache: 'pnpm'
- run: pnpm install - run: pnpm install

View File

@ -1,7 +1,7 @@
{ {
"name": "vue", "name": "vue",
"version": "2.7.14", "version": "2.7.14",
"packageManager": "pnpm@7.1.0", "packageManager": "pnpm@8.9.2",
"description": "Reactive, component-oriented view layer for modern web interfaces.", "description": "Reactive, component-oriented view layer for modern web interfaces.",
"main": "dist/vue.runtime.common.js", "main": "dist/vue.runtime.common.js",
"module": "dist/vue.runtime.esm.js", "module": "dist/vue.runtime.esm.js",

File diff suppressed because it is too large Load Diff