File tree Expand file tree Collapse file tree 4 files changed +1207
-1124
lines changed Expand file tree Collapse file tree 4 files changed +1207
-1124
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
36
36
37
37
## Development Setup
38
38
39
- You will need [ Node.js] ( https://nodejs.org ) ** version 12 +** and [ pnpm] ( https://pnpm.io/ ) .
39
+ You will need [ Node.js] ( https://nodejs.org ) ** version 18 +** and [ pnpm] ( https://pnpm.io/ ) ** version 8+ ** .
40
40
41
41
After cloning the repo, run:
42
42
Original file line number Diff line number Diff line change 18
18
- name : Set node version to 16
19
19
uses : actions/setup-node@v2
20
20
with :
21
- node-version : 16
21
+ node-version : 18
22
22
cache : ' pnpm'
23
23
24
24
- run : pnpm install
37
37
- name : Set node version to 16
38
38
uses : actions/setup-node@v2
39
39
with :
40
- node-version : 16
40
+ node-version : 18
41
41
cache : ' pnpm'
42
42
43
43
- run : pnpm install
59
59
- name : Set node version to 16
60
60
uses : actions/setup-node@v2
61
61
with :
62
- node-version : 16
62
+ node-version : 18
63
63
cache : ' pnpm'
64
64
65
65
- run : pnpm install
81
81
- name : Set node version to 16
82
82
uses : actions/setup-node@v2
83
83
with :
84
- node-version : 16
84
+ node-version : 18
85
85
cache : ' pnpm'
86
86
87
87
- run : pnpm install
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue" ,
3
3
"version" : " 2.7.14" ,
4
- "packageManager" : " pnpm@7.1.0 " ,
4
+ "packageManager" : " pnpm@8.9.2 " ,
5
5
"description" : " Reactive, component-oriented view layer for modern web interfaces." ,
6
6
"main" : " dist/vue.runtime.common.js" ,
7
7
"module" : " dist/vue.runtime.esm.js" ,
You can’t perform that action at this time.
0 commit comments