Skip to content

Commit 96ff427

Browse files
committed
feat: fixed upgrade yml
1 parent 6378e1c commit 96ff427

13 files changed

+20
-20
lines changed

.github/workflows/backend-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: pnpm/action-setup@v4
3737
name: Install pnpm
3838
with:
39-
version: 9.0.4
39+
version: 10
4040
run_install: false
4141
- name: Get pnpm store directory
4242
shell: bash
@@ -96,7 +96,7 @@ jobs:
9696
- uses: pnpm/action-setup@v4
9797
name: Install pnpm
9898
with:
99-
version: 9.0.4
99+
version: 10
100100
run_install: false
101101
- name: Get pnpm store directory
102102
shell: bash
@@ -168,7 +168,7 @@ jobs:
168168
- uses: pnpm/action-setup@v4
169169
name: Install pnpm
170170
with:
171-
version: 9.0.4
171+
version: 10
172172
run_install: false
173173
- name: Get pnpm store directory
174174
shell: bash
@@ -225,7 +225,7 @@ jobs:
225225
- uses: pnpm/action-setup@v4
226226
name: Install pnpm
227227
with:
228-
version: 9.0.4
228+
version: 10
229229
run_install: false
230230
- name: Get pnpm store directory
231231
shell: bash

.github/workflows/build-and-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: pnpm/action-setup@v4
3939
name: Install pnpm
4040
with:
41-
version: 9.0.4
41+
version: 10
4242
run_install: false
4343
- name: Get pnpm store directory
4444
shell: bash

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: pnpm/action-setup@v4
5151
name: Install pnpm
5252
with:
53-
version: 9.0.4
53+
version: 10
5454
run_install: false
5555
- name: Get pnpm store directory
5656
shell: bash

.github/workflows/frontend-admin-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: pnpm/action-setup@v4
3737
name: Install pnpm
3838
with:
39-
version: 9.0.4
39+
version: 10
4040
run_install: false
4141
- name: Get pnpm store directory
4242
shell: bash

.github/workflows/frontend-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: pnpm/action-setup@v4
3131
name: Install pnpm
3232
with:
33-
version: 9.0.4
33+
version: 10
3434
run_install: false
3535
- name: Get pnpm store directory
3636
shell: bash
@@ -103,7 +103,7 @@ jobs:
103103
- uses: pnpm/action-setup@v4
104104
name: Install pnpm
105105
with:
106-
version: 9.0.4
106+
version: 10
107107
run_install: false
108108
- name: Get pnpm store directory
109109
shell: bash
@@ -184,7 +184,7 @@ jobs:
184184
- uses: pnpm/action-setup@v4
185185
name: Install pnpm
186186
with:
187-
version: 9.0.4
187+
version: 10
188188
run_install: false
189189
- name: Get pnpm store directory
190190
shell: bash

.github/workflows/load-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: pnpm/action-setup@v4
3333
name: Install pnpm
3434
with:
35-
version: 9.0.4
35+
version: 10
3636
run_install: false
3737
- name: Get pnpm store directory
3838
shell: bash
@@ -76,7 +76,7 @@ jobs:
7676
- uses: pnpm/action-setup@v4
7777
name: Install pnpm
7878
with:
79-
version: 9.0.4
79+
version: 10
8080
run_install: false
8181
- name: Get pnpm store directory
8282
shell: bash
@@ -147,7 +147,7 @@ jobs:
147147
- uses: pnpm/action-setup@v4
148148
name: Install pnpm
149149
with:
150-
version: 9.0.4
150+
version: 10
151151
run_install: false
152152
- name: Get pnpm store directory
153153
shell: bash

.github/workflows/perform-type-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: pnpm/action-setup@v4
3030
name: Install pnpm
3131
with:
32-
version: 9.0.4
32+
version: 10
3333
run_install: false
3434
- name: Get pnpm store directory
3535
shell: bash

.github/workflows/rate-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: pnpm/action-setup@v4
3333
name: Install pnpm
3434
with:
35-
version: 9.0.4
35+
version: 10
3636
run_install: false
3737
- name: Get pnpm store directory
3838
shell: bash

.github/workflows/upgrade-from-latest-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: pnpm/action-setup@v4
3939
name: Install pnpm
4040
with:
41-
version: 9.0.4
41+
version: 10
4242
run_install: false
4343
- name: Only install direct dependencies
4444
run: pnpm config set auto-install-peers false

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: pnpm/action-setup@v4
4040
name: Install pnpm
4141
with:
42-
version: 9.0.4
42+
version: 10
4343
run_install: false
4444
- name: Get pnpm store directory
4545
shell: bash

0 commit comments

Comments
 (0)