Skip to content

Commit

Permalink
merged main
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzepf committed Aug 24, 2023
2 parents 8c56c75 + 85bac70 commit ffc73cc
Show file tree
Hide file tree
Showing 4 changed files with 839 additions and 185 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 18
node-version: '18.x'

- name: Build/release Electron app
uses: peterzepf/action-electron-builder@1.6.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'
- run: npm ci
- run: npm test
Loading

0 comments on commit ffc73cc

Please sign in to comment.