From cae0f2222a831a104488de63957a64f43aa67bfd Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 28 Mar 2026 13:11:05 -0400 Subject: [PATCH] fix: remove npm cache from setup-node The Gitea runner's cache service is unreachable, causing a ~4 minute ETIMEDOUT on every run before falling back to a cold install anyway. Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 914e430..929db22 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 'lts/*' - cache: npm - run: npm ci