Skip to content

Commit

Permalink
bump: pnpm in ci on v9
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed May 31, 2024
1 parent 82813c0 commit bebb0be
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 @@ -18,7 +18,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit bebb0be

Please sign in to comment.