fix: Use bun
Some checks failed
Build and Push Docker Image / Build (push) Successful in 24s
Build and Push Docker Image / Package (push) Failing after 1m14s

This commit is contained in:
Jan K9f 2025-09-10 12:06:43 +02:00
commit 5558b6b193
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -11,10 +11,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: npm ci
run: bun ci
- name: Build
run: npm run build
run: bun run build
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with: