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 429deb9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ jobs:
working-directory: ui
steps:
- uses: actions/checkout@v3
- name: Use Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Use npm
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 429deb9

Please sign in to comment.