Skip to content

Commit

Permalink
switch to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfeinsilber committed May 13, 2024
1 parent bc14605 commit ee42a42
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/vite.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: Set up 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 ee42a42

Please sign in to comment.