From 2b7b33383975008b985fa7dc41be2fe6c5169f34 Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Sun, 7 Dec 2025 00:23:59 +0100 Subject: [PATCH] node :( --- .gitea/workflows/ci.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6ff177e..5e68d7c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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