Use strict @electron/fuses

This commit is contained in:
Fedor Indutny
2021-11-23 23:00:44 +01:00
committed by GitHub
parent a52530262f
commit bd6ee4b16d
5 changed files with 27 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ jobs:
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock', 'patches/**') }}
key: ${{ runner.os }}-${{ hashFiles('package.json', 'yarn.lock', 'patches/**') }}
- name: Install Desktop node_modules
if: steps.cache-desktop-modules.outputs.cache-hit != 'true'