Skip to content

Commit

Permalink
workflows: use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
IldenH committed Feb 8, 2025
1 parent 6693b23 commit d5936cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Bun
uses: oven-sh/setup-bun@b2

- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
FIREBASE_CLI_EXPERIMENTS: webframeworks
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@b2
- run: make build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
FIREBASE_CLI_EXPERIMENTS: webframeworks
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@b2
- run: make build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pocketbase-typegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Bun
uses: oven-sh/setup-bun@b2

- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit d5936cf

Please sign in to comment.