From 68674dd1c5edf2f1606e3a3c4a93ae311c53188f Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 2 Oct 2025 08:38:03 +0200 Subject: [PATCH 1/2] debug --- .gitea/workflows/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index eaffa96..4898361 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -17,6 +17,9 @@ jobs: - name: Run Test DB Script run: ./test_db.sh + - name: Test + run: npm --version + - name: Cache Cargo dependencies uses: Swatinem/rust-cache@v2 -- 2.49.1 From bfb95610f6da4c53b86d6330390bd8ec782c21b3 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 2 Oct 2025 08:40:46 +0200 Subject: [PATCH 2/2] fix ci? --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 0b42352..694fe65 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "postcss": "^8.4.21", "sass": "^1.60.0", "tailwindcss": "^3.3.1", - "typescript": "^4.9.5", + "typescript": "^5.9.3", "vite": "^4.2.0", "vite-plugin-static-copy": "^0.13.1" }, -- 2.49.1