Skip to content

Commit

Permalink
ci: fix pnpm not being installed
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewingWeasel committed Aug 17, 2024
1 parent 29e714f commit 9e0a590
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.

- uses: pnpm/action-setup@v2
with:
version: 6.32.9

- name: setup node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9e0a590

Please sign in to comment.