Skip to content

Commit

Permalink
ci: disable fail-fast in build and release workflows; update electron…
Browse files Browse the repository at this point in the history
… and electron-builder versions in package.json
  • Loading branch information
baruchiro committed Dec 25, 2024
1 parent 91f0177 commit cb32095
Show file tree
Hide file tree
Showing 4 changed files with 636 additions and 149 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
strategy:
fail-fast: true
fail-fast: false
matrix:
os:
- macos-13
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
contents: write # Allows this job to create releases

strategy:
fail-fast: true
fail-fast: false
matrix:
os:
- macos-13
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-react": "^4.3.1",
"cross-env": "7.0.3",
"electron": "30.0.9",
"electron-builder": "24.13.3",
"electron": "^30.0.9",
"electron-builder": "^25.1.8",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"happy-dom": "15.10.2",
Expand Down
Loading

0 comments on commit cb32095

Please sign in to comment.