try cache again

This commit is contained in:
adueck 2023-11-26 14:41:49 +04:00
parent 72959349bf
commit 2056f69826
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Cache NPM deps
uses: actions/cache@v3
with:
key: ${{ runner.os }}-${{ hashFiles('account/package-lock.json') }}
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
path: |
~/node_modules
~/website/node_modules