Skip to content

Commit 3dde6f8

Browse files
authored
CI action: Base NPM caching on package.json instead of package-lock.json (vufind-org#4566)
1 parent bd9c515 commit 3dde6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/cache@v4
5050
with:
5151
path: ~/.npm
52-
key: npm-${{ hashFiles('package-lock.json') }}
52+
key: npm-${{ hashFiles('**/package.json') }}
5353
restore-keys: npm-
5454

5555
- name: Install node dependencies

0 commit comments

Comments
 (0)