File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535 - name : Setup pnpm
3636 uses : pnpm/action-setup@v4
3737 with :
38- version : 9.12.3
38+ version : 10.6.4
3939
4040 - name : Setup Node.js
4141 uses : actions/setup-node@v4
4242 with :
43- node-version : 20
43+ node-version : 20.15.0
4444 cache : ' pnpm'
4545 cache-dependency-path : ' src/frontend/pnpm-lock.yaml'
4646
@@ -98,12 +98,12 @@ jobs:
9898 - name : Setup pnpm
9999 uses : pnpm/action-setup@v4
100100 with :
101- version : 9.12.3
101+ version : 10.6.4
102102
103103 - name : Setup Node.js
104104 uses : actions/setup-node@v4
105105 with :
106- node-version : 20
106+ node-version : 20.15.0
107107 cache : ' pnpm'
108108 cache-dependency-path : ' src/frontend/pnpm-lock.yaml'
109109
Original file line number Diff line number Diff line change 2121 "turbo" : " ^2.4.4" ,
2222 "typescript" : " 5.7.3"
2323 },
24- "packageManager" : " pnpm@9.12.3 " ,
24+ "packageManager" : " pnpm@10.6.4 " ,
2525 "engines" : {
2626 "node" : " >=20"
2727 }
You can’t perform that action at this time.
0 commit comments