Skip to content

Commit

Permalink
edit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Feb 27, 2023
1 parent 42b13fd commit 4af1dd2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '16.x'
cache: 'npm'
node-version: 16
- run: |
yarn
yarn release
- name: Build/release Electron app
uses: samuelmeuli/[email protected]
with:
Expand Down

0 comments on commit 4af1dd2

Please sign in to comment.