Skip to content

Commit

Permalink
fix: attempt to fix pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bodobraegger committed Nov 14, 2024
1 parent 934739b commit 0aafd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
run_install: false
version: 9
run_install: true
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 0aafd7a

Please sign in to comment.