From 9d100907abb834c7e574156a2b88ff4ab3de3da9 Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Thu, 29 Aug 2024 21:37:20 +1000 Subject: [PATCH] bun install --- .github/workflows/firebase-hosting-merge.yml | 1 + .github/workflows/firebase-hosting-pull-request.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index dcfc764..93ca1dd 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -14,6 +14,7 @@ jobs: - uses: oven-sh/setup-bun@v2 with: bun-version: latest + - run: bun install - run: bun run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 19e3742..ff30cd1 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -16,6 +16,7 @@ jobs: - uses: oven-sh/setup-bun@v2 with: bun-version: latest + - run: bun install - run: bun run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: