From 6fd0df03795c23cb8ce61f8158d7ba26d5ea3dfa Mon Sep 17 00:00:00 2001 From: Kevin Riehl Date: Wed, 13 May 2026 11:48:28 -0700 Subject: [PATCH] fix(ci): pin setup-node cache-dependency-path on typecheck job Lint had it explicit; typecheck relied on setup-node's lockfile auto-discovery, which can fail with a fast (1s) exit on the Gitea runner. Mirror the backend fix and set the path explicitly. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3a3038b..9bd3838 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: with: node-version: 22 cache: npm + cache-dependency-path: package-lock.json - run: npm ci - run: npx tsc -b