Skip to content

Commit 721c3aa

Browse files
committed
chore: update pnpm version
1 parent 3caba45 commit 721c3aa

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
fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
3535
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消注释
3636
with:
37-
version: 9
37+
version: 8.15.7
3838
# - uses: oven-sh/setup-bun@v1 # 如果使用 Bun,请取消注释
3939
- name: Setup Node
4040
uses: actions/setup-node@v4

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
- uses: pnpm/action-setup@v2
2525
with:
26-
version: 9
26+
version: 8.15.7
2727
- name: Use Node.js ${{ matrix.node-version }}
2828
uses: actions/setup-node@v3
2929
with:

0 commit comments

Comments
 (0)