Skip to content

Commit 48875b8

Browse files
committed
fix(ci): update pnpm version
1 parent a39eef4 commit 48875b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
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.10.0
37+
version: 10.11.0
3838

3939
- name: Set up Node
4040
uses: actions/setup-node@v4

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup pnpm
3131
uses: pnpm/action-setup@v4
3232
with:
33-
version: 10.10.0
33+
version: 10.11.0
3434

3535
- name: Set up Node
3636
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)