Skip to content

Commit

Permalink
chore: bump required node and pnpm versions for maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 22, 2023
1 parent 49b6bd4 commit 18cc547
Show file tree
Hide file tree
Showing 4 changed files with 1,207 additions and 1,124 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -36,7 +36,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 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:

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set node version to 16
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
cache: 'pnpm'

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

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

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

- run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "vue",
"version": "2.7.14",
"packageManager": "pnpm@7.1.0",
"packageManager": "pnpm@8.9.2",
"description": "Reactive, component-oriented view layer for modern web interfaces.",
"main": "dist/vue.runtime.common.js",
"module": "dist/vue.runtime.esm.js",
Expand Down

0 comments on commit 18cc547

Please sign in to comment.