Skip to content

Commit

Permalink
chore(ci): update setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Sep 13, 2024
1 parent 37b2794 commit 125859c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 2

- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2

- name: Install dependencies
run: bun install

- name: Build
- name: Build projects
run: bun run build

0 comments on commit 125859c

Please # to comment.