CI: clean cache

This commit is contained in:
folex 2021-07-30 19:12:16 +03:00
parent 0abf59f4d6
commit cd0af8fe77
2 changed files with 3053 additions and 2 deletions

View File

@ -44,9 +44,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-node-v02-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
${{ runner.os }}-node-v02-
- uses: actions/setup-java@v2
with:

File diff suppressed because it is too large Load Diff