fix(ci): disable pnpm caching due to path resolution issues
Some checks failed
Deploy Frontend / build-and-deploy (push) Failing after 50s

The setup-node action fails to cache pnpm dependencies because the
store path /workspace/kempersc/glam/.pnpm-store/v3 can't be resolved.
Disabling caching for now to get the build working.
This commit is contained in:
kempersc 2026-01-11 16:43:49 +01:00
parent b2b80cdad8
commit 5aeda1c195

View file

@ -54,8 +54,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
cache-dependency-path: frontend/pnpm-lock.yaml
# Note: pnpm caching disabled due to path resolution issues with Forgejo runner
- name: Install dependencies
working-directory: frontend