chore: reset nexe cache on package-lock update

This commit is contained in:
Alexis Tyler
2021-05-03 17:12:01 +09:30
committed by GitHub
parent 141f83d6cb
commit 4ad0c334c3

View File

@@ -171,9 +171,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.nexe
key: ${{ runner.os }}-nexe
key: ${{ runner.os }}-nexe-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-nexe
${{ runner.os }}-nexe-${{ hashFiles('**/package-lock.json') }}
- name: Install nexe
run: npm i -g nexe