Skip to content

Commit

Permalink
Do we have bun issues?
Browse files Browse the repository at this point in the history
  • Loading branch information
blyme committed Aug 10, 2024
1 parent b9988ff commit 534ee8b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: bun install
run: npm ci
- name: Build
run: bun run build
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 534ee8b

Please sign in to comment.