Skip to content

Commit d3d27d9

Browse files
committed
chore: bump pnpm version in ci
1 parent 595824e commit d3d27d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ui-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup pnpm
3535
uses: pnpm/action-setup@v4
3636
with:
37-
version: 10.11.0
37+
version: 10.13.0
3838
run_install: 'true'
3939

4040
- name: Run ESLint
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup pnpm
5656
uses: pnpm/action-setup@v4
5757
with:
58-
version: 10.11.0
58+
version: 10.13.0
5959
run_install: 'true'
6060

6161
- name: Run tests
@@ -89,7 +89,7 @@ jobs:
8989
- name: Setup pnpm
9090
uses: pnpm/action-setup@v4
9191
with:
92-
version: 10.11.0
92+
version: 10.13.0
9393
run_install: 'true'
9494

9595
- name: Build application
@@ -117,7 +117,7 @@ jobs:
117117
- name: Setup pnpm
118118
uses: pnpm/action-setup@v4
119119
with:
120-
version: 10.11.0
120+
version: 10.13.0
121121
run_install: 'true'
122122

123123
- name: Run TypeScript type check
@@ -144,7 +144,7 @@ jobs:
144144

145145
- uses: pnpm/action-setup@v4
146146
with:
147-
version: 10.11.0
147+
version: 10.13.0
148148
run_install: true
149149

150150
- name: Generate coverage report

0 commit comments

Comments
 (0)