File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 - name : Install pnpm
2323 uses : pnpm/action-setup@v2
2424 with :
25- version : 9
25+ version : 10.24.0
2626 - name : Disable husky install
2727 run : npm pkg delete scripts.prepare
2828 - name : Cypress install
5656 - name : Install pnpm
5757 uses : pnpm/action-setup@v2
5858 with :
59- version : 9
59+ version : 10.24.0
6060 - name : Disable husky install
6161 run : npm pkg delete scripts.prepare
6262 - name : Clean tsconfig
Original file line number Diff line number Diff line change 1010 - name : Install pnpm
1111 uses : pnpm/action-setup@v2
1212 with :
13- version : 9
13+ version : 10.24.0
1414 - name : Set node version to 20
1515 uses : actions/setup-node@v4
1616 with :
Original file line number Diff line number Diff line change 44 "workspaces" : [
55 " apps/*"
66 ],
7- "packageManager" : " pnpm@9.4 .0" ,
7+ "packageManager" : " pnpm@10.24 .0" ,
88 "scripts" : {
99 "dev" : " concurrently \" pnpm -F frontend dev\" \" pnpm -F backend start:dev\" " ,
1010 "build" : " lerna run build" ,
You can’t perform that action at this time.
0 commit comments