chore(ci): add windows cache

pull/1237/head
defclass 2021-02-02 10:38:00 +08:00
parent d3cf5fc1f0
commit ef9aed0d5b
1 changed files with 7 additions and 0 deletions

View File

@ -124,6 +124,13 @@ jobs:
with:
node-version: 14
- name: Cache Node Modules
uses: actions/cache@v2
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
- name: Build/Release Electron app
run: yarn install --frozen-lockfile && yarn electron:make
working-directory: ./static