From 1baddad93909b10fbfa615b09235b61e41abbbe8 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 12 Mar 2026 09:52:16 +0100 Subject: [PATCH] Remove pnpm cache from setup-node to fix Gitea Actions timeout --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ac8f8dc..dbe8dcd 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm check