From e785e902a8ad10a95ce1bb60ddfb73a3238b772c Mon Sep 17 00:00:00 2001 From: charles Date: Sat, 4 May 2024 22:13:34 -0600 Subject: [PATCH] fix: update frontend script runner to bun --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index b2b83ee..0e8ecac 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -43,7 +43,7 @@ jobs: # You can remove the one that doesn't apply to your app to speed up the workflow a bit. - name: install frontend dependencies - run: yarn install # change this to npm, pnpm or bun depending on which one you use. + run: bun install # change this to npm, pnpm or bun depending on which one you use. # If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any assets. - uses: tauri-apps/tauri-action@v0