Skip to content

Commit

Permalink
chore: update action install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKominovic committed Jul 20, 2024
1 parent f7bf99a commit 07f16e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ 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.

- name: install pnpm
run: npm i -g pnpm # change this to npm, pnpm or bun depending on which one you use.

- 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 07f16e1

Please sign in to comment.