mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
chore: reset nexe cache on package-lock update
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user