Skip to content

Commit

Permalink
Windows workflow tweaked & Electron ver downgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascensionist committed Oct 21, 2024
1 parent c8cf598 commit 93181da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.5.1'
- run: npm install -g electron-builder
- run: npm install
- run: npm run build
- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/SaturnMusic",
"devDependencies": {
"electron": "30.0.0",
"electron": "19.1.9",
"electron-builder": "^24.12.0"
},
"build": {
Expand Down

0 comments on commit 93181da

Please sign in to comment.