Skip to content

Commit b9dba68

Browse files
committed
ci: specify cache dependency path
1 parent 77dd5aa commit b9dba68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
with:
104104
node-version-file: ./front/.nvmrc
105105
cache: "npm"
106+
cache-dependency-path: ./front/package-lock.json
106107
- name: Restore Node.js cache
107108
uses: actions/cache@v3
108109
with:

0 commit comments

Comments
 (0)