From a0f7bdb73903b855fe1a3fecc22f4a78a9dcd047 Mon Sep 17 00:00:00 2001 From: Vasanth Kumar Date: Sat, 4 Jan 2025 19:25:11 +0530 Subject: [PATCH] Update testing.yaml --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 799776a752..e73430c2ff 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -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: npm 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