Skip to content

Commit

Permalink
bump electron builder
Browse files Browse the repository at this point in the history
  • Loading branch information
hannydevelop committed Dec 15, 2023
1 parent e56a477 commit 503ce84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Check out Git repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"electron": "^16.0.7",
"electron-builder": "^22.14.5",
"electron-builder": "^23.0.3",
"eslint": "^8.7.0",
"rimraf": "^3.0.2"
},
Expand Down

0 comments on commit 503ce84

Please sign in to comment.