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
uses: actions/cache@v3
with:
key: ${{ runner.os }}-${{ hashFiles('account/package-lock.json') }}
path: |
~/node_modules
~/website/node_modules