Skip to content

Commit

Permalink
Fix pnpm installation error on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jul 3, 2024
1 parent 05e03c2 commit f064e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8

Expand Down

0 comments on commit f064e73

Please sign in to comment.