minimal-setup #2
@@ -18,19 +18,22 @@ jobs:
|
||||
with:
|
||||
node-version: '22'
|
||||
|
||||
- name: Install bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: 1.3.3
|
||||
# - name: Install bun
|
||||
# uses: oven-sh/setup-bun@v2
|
||||
# with:
|
||||
# bun-version: 1.3.3
|
||||
|
||||
# - name: Install dependencies
|
||||
# run: bun --bun install
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun --bun install
|
||||
run: npm ci
|
||||
|
||||
- name: Build app
|
||||
run: bun --bun run build
|
||||
run: npm run build
|
||||
|
||||
- name: Run type checking
|
||||
run: bun --bun run check
|
||||
# - name: Run type checking
|
||||
# run: bun --bun run check
|
||||
|
||||
# type-check:
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
1348
package-lock.json
generated
Normal file
1348
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user