Skip to content

Commit

Permalink
fix: ci pnpm action error
Browse files Browse the repository at this point in the history
  • Loading branch information
lee88688 authored Nov 12, 2024
1 parent de76703 commit e04024e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "18"
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm install
Expand Down

0 comments on commit e04024e

Please sign in to comment.