Skip to content

Commit

Permalink
chore: use deps cache in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhx committed Feb 7, 2024
1 parent f90c60b commit 86dd727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
uses: actions/checkout@v1

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'yarn'

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
Expand Down

0 comments on commit 86dd727

Please sign in to comment.