fix(ci): disable pnpm caching due to path resolution issues
Some checks failed
Deploy Frontend / build-and-deploy (push) Failing after 50s
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:
parent
b2b80cdad8
commit
5aeda1c195
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue