Skip to content

Commit

Permalink
upgrade electron
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rosack authored and Michael Rosack committed Sep 20, 2024
1 parent 5e9885c commit acfe77d
Show file tree
Hide file tree
Showing 5 changed files with 1,948 additions and 368 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/client-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'
- run: |
npm install
npm run dist-win
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'
- run: |
npm install
npm run dist-linux
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'
- run: |
npm install
npm run dist-mac
Expand Down
9 changes: 3 additions & 6 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit acfe77d

Please sign in to comment.