ci(desktop): fix pnpm cache by specifying lockfile paths for monorepo

This commit is contained in:
CREDO23 2026-03-20 15:30:20 +02:00
parent 337c381f36
commit 207ef02f5e

View file

@ -33,6 +33,9 @@ jobs:
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: |
surfsense_web/pnpm-lock.yaml
surfsense_desktop/pnpm-lock.yaml
- name: Install web dependencies
run: pnpm install