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
3636
3737## Development Setup
3838
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+ ** .
4040
4141After cloning the repo, run:
4242
Original file line number Diff line number Diff line change 1818 - name : Set node version to 16
1919 uses : actions/setup-node@v2
2020 with :
21- node-version : 16
21+ node-version : 18
2222 cache : ' pnpm'
2323
2424 - run : pnpm install
3737 - name : Set node version to 16
3838 uses : actions/setup-node@v2
3939 with :
40- node-version : 16
40+ node-version : 18
4141 cache : ' pnpm'
4242
4343 - run : pnpm install
5959 - name : Set node version to 16
6060 uses : actions/setup-node@v2
6161 with :
62- node-version : 16
62+ node-version : 18
6363 cache : ' pnpm'
6464
6565 - run : pnpm install
8181 - name : Set node version to 16
8282 uses : actions/setup-node@v2
8383 with :
84- node-version : 16
84+ node-version : 18
8585 cache : ' pnpm'
8686
8787 - run : pnpm install
Original file line number Diff line number Diff line change 11{
22 "name" : " vue" ,
33 "version" : " 2.7.14" ,
4- "packageManager" : " pnpm@7.1.0 " ,
4+ "packageManager" : " pnpm@8.9.2 " ,
55 "description" : " Reactive, component-oriented view layer for modern web interfaces." ,
66 "main" : " dist/vue.runtime.common.js" ,
77 "module" : " dist/vue.runtime.esm.js" ,
You can’t perform that action at this time.
0 commit comments