mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
chore: bump required node and pnpm versions for maintenance
This commit is contained in:
parent
49b6bd4264
commit
18cc5479f6
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@ -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:
|
||||||
|
|
||||||
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
@ -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",
|
||||||
|
2327
pnpm-lock.yaml
2327
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user