Skip to content

Commit

Permalink
use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvihv committed Nov 17, 2024
1 parent b3cc026 commit 80adce7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
node-version: '20'
cache: 'npm'
bun-version: latest

- name: Install dependencies
run: npm ci
run: bun install

- name: Build
run: npm run build
run: bun run build

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 80adce7

Please sign in to comment.