File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 with :
3838 node-version : ${{ matrix.node-version }}
3939 - name : Install pnpm
40- uses : pnpm/action-setup@v4
40+ uses : pnpm/action-setup@v6
4141 with :
42- version : 10
42+ version : 11
4343 - name : Install dependencies
4444 working-directory : ${{env.working-directory}}
4545 run : pnpm i --frozen-lockfile
Original file line number Diff line number Diff line change 3636 with :
3737 node-version : ${{ matrix.node-version }}
3838 - name : Install pnpm
39- uses : pnpm/action-setup@v4
39+ uses : pnpm/action-setup@v6
4040 with :
41- version : 10
41+ version : 11
4242 - name : Install prettier
4343 working-directory : ${{env.working-directory}}
4444 run : pnpm add --save-dev prettier
7373 with :
7474 node-version : ${{ matrix.node-version }}
7575 - name : Install pnpm
76- uses : pnpm/action-setup@v4
76+ uses : pnpm/action-setup@v6
7777 with :
78- version : 10
78+ version : 11
7979 - name : Install prettier
8080 working-directory : ${{env.working-directory}}
8181 run : pnpm add --save-dev prettier
Original file line number Diff line number Diff line change 3636 with :
3737 node-version : ${{ matrix.node-version }}
3838 - name : Install pnpm
39- uses : pnpm/action-setup@v4
39+ uses : pnpm/action-setup@v6
4040 with :
41- version : 10
41+ version : 11
4242 - name : Install dependencies
4343 working-directory : ${{env.working-directory}}
4444 run : pnpm i --frozen-lockfile
Original file line number Diff line number Diff line change 5151 ${{ runner.os }}-pnpm-
5252
5353 - name : Install pnpm
54- uses : pnpm/action-setup@v4
54+ uses : pnpm/action-setup@v6
5555 with :
56- version : 10
56+ version : 11
5757
5858 - name : Install community frontend dependencies
5959 working-directory : ${{ env.frontend-directory }}
9797 ${{ runner.os }}-pnpm-
9898
9999 - name : Install pnpm
100- uses : pnpm/action-setup@v4
100+ uses : pnpm/action-setup@v6
101101 with :
102- version : 10
102+ version : 11
103103
104104 - name : Build enterprise frontend
105105 working-directory : ${{ env.enterprise-frontend-directory }}
@@ -243,9 +243,9 @@ jobs:
243243 ${{ runner.os }}-pnpm-
244244
245245 - name : Install pnpm
246- uses : pnpm/action-setup@v4
246+ uses : pnpm/action-setup@v6
247247 with :
248- version : 10
248+ version : 11
249249
250250 - name : Install community frontend dependencies (if not cached/part of build artifact)
251251 working-directory : ${{ env.frontend-directory }}
@@ -424,9 +424,9 @@ jobs:
424424 run : make pre-build
425425
426426 - name : Install pnpm
427- uses : pnpm/action-setup@v4
427+ uses : pnpm/action-setup@v6
428428 with :
429- version : 10
429+ version : 11
430430
431431 - name : Install enterprise frontend dependencies
432432 working-directory : ${{ env.enterprise-frontend-build-directory }}
Original file line number Diff line number Diff line change 6060 dnf install -y nodejs
6161
6262 - name : Install pnpm
63- uses : pnpm/action-setup@v4
63+ uses : pnpm/action-setup@v6
6464 with :
65- version : 10
65+ version : 11
6666
6767 - name : Install Poetry
6868 run : |
Original file line number Diff line number Diff line change 8181 working-directory : ${{ env.backend-directory }}
8282 run : poetry install
8383 - name : Install pnpm
84- uses : pnpm/action-setup@v4
84+ uses : pnpm/action-setup@v6
8585 with :
86- version : 10
86+ version : 11
8787 - name : Install frontend dependencies
8888 working-directory : ${{ env.frontend-directory }}
8989 run : pnpm i --frozen-lockfile
@@ -134,9 +134,9 @@ jobs:
134134 with :
135135 node-version : lts/*
136136 - name : Install pnpm
137- uses : pnpm/action-setup@v4
137+ uses : pnpm/action-setup@v6
138138 with :
139- version : 10
139+ version : 11
140140 - name : Install frontend dependencies
141141 working-directory : ${{ env.frontend-directory }}
142142 run : pnpm i --frozen-lockfile
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8383 "svelte-persisted-store" : " ^0.12.0" ,
8484 "wx-svelte-grid" : " ^2.3.0"
8585 },
86- "packageManager" : " pnpm@10.33.2" ,
87- "pnpm" : {
88- "overrides" : {
89- "esbuild" : " ^0.27.3" ,
90- "devalue" : " ^5.6.4" ,
91- "glob" : " ^10.5.0" ,
92- "valibot" : " ^1.2.0" ,
93- "validator" : " ^13.15.22" ,
94- "js-yaml" : " ^4.1.1" ,
95- "@eslint/plugin-kit" : " ^0.5.1" ,
96- "cookie" : " ^1.1.1" ,
97- "tar" : " ^7.5.11" ,
98- "lodash" : " ^4.18.1" ,
99- "lodash-es" : " ^4.18.1" ,
100- "minimatch" : " ^10.2.3" ,
101- "ajv" : " ^6.14.0" ,
102- "rollup" : " ^4.59.0" ,
103- "flatted" : " ^3.4.2" ,
104- "kysely" : " ^0.28.14" ,
105- "effect" : " ^3.21.0" ,
106- "picomatch" : " ^4.0.4" ,
107- "yaml" : " ^1.10.3" ,
108- "brace-expansion" : " ^5.0.5" ,
109- "postcss" : " ^8.5.10"
110- }
111- }
86+ "packageManager" : " pnpm@11.0.8"
11287}
You can’t perform that action at this time.
0 commit comments