Skip to content

Commit

Permalink
chore: lets use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
gmickel committed Jul 3, 2024
1 parent 1865be5 commit ea886c6
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 @@ -30,15 +30,14 @@ jobs:
steps:
- 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
- name: Upload artifact
Expand Down

0 comments on commit ea886c6

Please sign in to comment.