Compare commits

1 Commits

Author SHA1 Message Date
Tobias Klemp
7a4660e934 node :(
Some checks failed
CI / build-and-test (pull_request) Failing after 42s
2025-12-07 00:25:07 +01:00
2 changed files with 1359 additions and 8 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff