Update lockfile references (#8085)

This commit is contained in:
Jack Amadeo 2026-03-24 10:15:03 -04:00 committed by GitHub
parent 4c4cebb418
commit b75ca5e414
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -127,7 +127,7 @@ jobs:
path: |
ui/desktop/node_modules
.hermit/node/cache
key: linux-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/desktop/pnpm-lock.yaml') }}
key: linux-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/pnpm-lock.yaml') }}
restore-keys: |
linux-pnpm-cache-v1-${{ runner.os }}-