Skip to content

Commit

Permalink
Upgrade pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
man90es committed Jul 4, 2024
1 parent c07b061 commit c2b5fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c2b5fd7

Please sign in to comment.