From c504e7f516b2f41cae27665ddfc21ad2ad5d61dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20R=C3=A5dberg?= Date: Sun, 17 Sep 2023 19:22:10 +0200 Subject: [PATCH] yarn instead of bun --- .github/workflows/firebase-hosting-mege.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-mege.yml b/.github/workflows/firebase-hosting-mege.yml index 22cecb8..4da32b1 100644 --- a/.github/workflows/firebase-hosting-mege.yml +++ b/.github/workflows/firebase-hosting-mege.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: yarn && yarn build && bun lint + - run: yarn && yarn build && yarn lint - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}'