Skip to content

Commit

Permalink
build(.github/workflows) 将 pnpm/action-setup 更新至 v4 以修复构建失败
Browse files Browse the repository at this point in the history
有关 issue:pnpm/action-setup#136
  • Loading branch information
umajho committed Jul 5, 2024
1 parent b8ad6da commit bb4e49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit bb4e49c

Please sign in to comment.