test(): add way of manually busting node module cache (#24145)

This commit is contained in:
Liam DeBeasi
2021-11-01 17:00:25 -04:00
committed by GitHub
parent b5dbb3984c
commit fd59acd691
15 changed files with 16 additions and 81 deletions

View File

@@ -13,11 +13,7 @@ runs:
cache-name: core-node-modules
with:
path: ./core/node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./core/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./core/package-lock.json') }}-v1
- uses: ./.github/workflows/actions/download-archive
with:
name: ionic-core