From 5d30c488193d23a03099126fdc17235251a7ac34 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Tue, 11 Jun 2024 21:15:34 -0400 Subject: [PATCH] ci: bun -> npm --- .github/workflows/publish-to-auto-release.yml | 2 +- test.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 test.md diff --git a/.github/workflows/publish-to-auto-release.yml b/.github/workflows/publish-to-auto-release.yml index d1de6fc9..3f30cce0 100644 --- a/.github/workflows/publish-to-auto-release.yml +++ b/.github/workflows/publish-to-auto-release.yml @@ -48,7 +48,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: bun 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. - uses: tauri-apps/tauri-action@v0 env: diff --git a/test.md b/test.md deleted file mode 100644 index e69de29b..00000000