Skip to content

Commit 1621214

Browse files
author
Luca Forstner
authored
ci: Use package.jsons as additional dependency cache key (#9937)
1 parent e1bc0e8 commit 1621214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
# so no need to reinstall them
177177
- name: Compute dependency cache key
178178
id: compute_lockfile_hash
179-
run: echo "hash=${{ hashFiles('yarn.lock') }}" >> "$GITHUB_OUTPUT"
179+
run: echo "hash=${{ hashFiles('yarn.lock', '**/package.json') }}" >> "$GITHUB_OUTPUT"
180180

181181
- name: Check dependency cache
182182
uses: actions/cache@v3

0 commit comments

Comments
 (0)