Skip to content

Commit 11ded68

Browse files
committed
💚 Add pnpm
1 parent eecbe36 commit 11ded68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎.github/workflows/tauri.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929

30+
- name: Use pnpm
31+
uses: pnpm/action-setup@v2
32+
with:
33+
version: 10
34+
3035
- name: install dependencies (ubuntu only)
3136
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
3237
run: |

0 commit comments

Comments
 (0)