Skip to content

Commit

Permalink
use npm instead of bun
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Apr 30, 2024
1 parent 84c3785 commit ace13cd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
uses: actions/setup-node@v4

- name: Build frontend
run: |
bun install
bun run build
npm install
npm run build
go-vet:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ace13cd

Please sign in to comment.