Skip to content

Commit 9837bab

Browse files
committed
💚 修正 GitHub Action pnpm 版本
1 parent 01e26a0 commit 9837bab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: pnpm/action-setup@v2
2626
with:
27-
version: 8.6.12
27+
version: 9.15.4
2828
- name: Use Node.js ${{ matrix.node-version }}
2929
uses: actions/setup-node@v4
3030
with:

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- uses: pnpm/action-setup@v2
3636
with:
37-
version: 8.6.12
37+
version: 9.15.4
3838
- name: Use Node.js 18
3939
uses: actions/setup-node@v4
4040
with:

0 commit comments

Comments
 (0)