fix: update bun.lock
All checks were successful
CI / build-and-test (pull_request) Successful in 1m8s
All checks were successful
CI / build-and-test (pull_request) Successful in 1m8s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user