Skip to content

Commit

Permalink
updating build action to node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Aug 23, 2021
1 parent a040ec6 commit b50be4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- name: Build/release Electron app
uses: samuelmeuli/[email protected]
Expand Down

0 comments on commit b50be4e

Please sign in to comment.