This commit is contained in:
resonic-user 2025-06-16 10:23:04 +00:00
parent 93048aabf4
commit 7d5eca2764

View File

@ -15,7 +15,7 @@ jobs:
with: { node-version: '20' }
- run: echo "key=node-modules-${{ runner.os }}-${{ env.LOCK_HASH }}" >> $GITHUB_OUTPUT
id: cache-key
env: { LOCK_HASH: ${{ hashFiles('backend/yarn.lock', 'webapp/yarn.lock') }} }
env: { LOCK_HASH: ${{ hashFiles('backend/yarn.lock', 'webapp/yarn.lock' }} }
- uses: actions/cache@v4
id: restore
with: