Skip to content

Commit

Permalink
fix: upgrade github action
Browse files Browse the repository at this point in the history
seems to be broken! pnpm/action-setup#135
  • Loading branch information
travis committed Oct 2, 2024
1 parent e759104 commit 160045e
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 @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.3
uses: pnpm/action-setup@v4.0.0
with:
version: 8
- name: Setup Node
Expand Down

0 comments on commit 160045e

Please sign in to comment.