fix: Remove npm cache from CI workflow
Build and Push Docker Image / lint-and-typecheck (push) Failing after 57s Details
Build and Push Docker Image / build (push) Has been skipped Details

Gitea Actions runner hangs on npm cache config. Removing
cache option to fix CI pipeline.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-01-06 12:44:34 +01:00
parent 3594bcf297
commit 41cb49eeda
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci