Skip to content

Commit

Permalink
💚 修正 GitHub Action pnpm 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Hccake committed Jan 17, 2025
1 parent 01e26a0 commit 9837bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.6.12
version: 9.15.4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.6.12
version: 9.15.4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9837bab

Please sign in to comment.