Skip to content

Commit 1755b81

Browse files
Copilothotlong
andcommitted
Fix pnpm version mismatch in CI workflow (10.28.0 -> 10.28.1)
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent cbef710 commit 1755b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install pnpm
2828
uses: pnpm/action-setup@v4
2929
with:
30-
version: 10.28.0
30+
version: 10.28.1
3131

3232
- name: Get pnpm store directory
3333
shell: bash
@@ -76,7 +76,7 @@ jobs:
7676
- name: Install pnpm
7777
uses: pnpm/action-setup@v4
7878
with:
79-
version: 10.28.0
79+
version: 10.28.1
8080

8181
- name: Get pnpm store directory
8282
shell: bash

0 commit comments

Comments
 (0)