Skip to content

Commit 84a7561

Browse files
committed
ci(firebase): add bun setup step to hosting workflows
1 parent 2272a37 commit 84a7561

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/firebase-hosting-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
- name: Setup Bun
15+
uses: oven-sh/setup-bun@v1
16+
1417
- run: bun i && bun run build:web && bun run build
1518
- uses: FirebaseExtended/action-hosting-deploy@v0
1619
with:

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
- name: Setup Bun
17+
uses: oven-sh/setup-bun@v1
18+
1619
- run: bun i && bun run build
1720
- uses: FirebaseExtended/action-hosting-deploy@v0
1821
with:

0 commit comments

Comments
 (0)