fix: update bun.lock
All checks were successful
CI / build-and-test (pull_request) Successful in 1m8s

This commit is contained in:
2025-12-07 13:39:03 +01:00
parent 83281b3df3
commit 2cf4319002
2 changed files with 76 additions and 53 deletions

View File

@@ -18,19 +18,19 @@ jobs:
with:
node-version: '22'
# - name: Install bun
# uses: oven-sh/setup-bun@v2
# with:
# bun-version: 1.3.3
# - name: Install dependencies
# run: bun --bun install
- name: Install bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.3
- name: Install dependencies
run: npm ci
run: bun --bun install
- name: Build app
run: npm run build
# - name: Install dependencies
# run: npm ci
# - name: Build app
# run: npm run build
# - name: Run type checking
# run: bun --bun run check