Skip to content

Commit

Permalink
chore: add pnpm in action
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglun committed Apr 12, 2024
1 parent 26f5960 commit 33b3df5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,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@v3
with:
version: 8
- name: install frontend dependencies
run: pnpm install # change this to npm, pnpm or bun depending on which one you use.

Expand Down

0 comments on commit 33b3df5

Please sign in to comment.