File tree Expand file tree Collapse file tree 3 files changed +9253
-6571
lines changed
.github/actions/setup-node-pnpm-install Expand file tree Collapse file tree 3 files changed +9253
-6571
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ description: 'Setup Node + PNPM + Install Dependencies'
1616runs :
1717 using : ' composite'
1818 steps :
19- - uses : pnpm/action-setup@v2
19+ - uses : pnpm/action-setup@v4
2020 with :
21- version : 8
22- - uses : actions/setup-node@v3
21+ version : 9
22+ run_install : false
23+ - uses : actions/setup-node@v4
2324 with :
24- node-version : 18
25+ node-version : 20
2526 cache : ' pnpm'
2627
2728 - name : 📦 Install Project Dependencies
Original file line number Diff line number Diff line change 129129 "type" : " git" ,
130130 "url" : " git+https://github.com/obytes/react-native-template-obytes.git"
131131 },
132- "packageManager" : " pnpm@8.6.5 "
132+ "packageManager" : " pnpm@9.5.0 "
133133}
You can’t perform that action at this time.
0 commit comments