fix CI cache

This commit is contained in:
adueck 2023-11-26 14:33:35 +04:00
parent 2b4c6832a3
commit 72959349bf
1 changed files with 1 additions and 0 deletions

View File

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