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 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" },