Skip to content

Commit

Permalink
updating to newer versions of electron and node
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Apr 28, 2024
1 parent 5d64879 commit 91ad933
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node: [16, 18]
electron: [23, 20]
exclude:
# older electron seems to misbehave on apple silicon
- os: macos-latest
electron: 20
node: [20, 18]
electron: [30, 28, 23]
include:
- os: ubuntu-latest
node: 14
node: 16
electron: 20
- os: ubuntu-latest
node: 16
electron: 18
- os: ubuntu-latest
node: 14
node: 16
electron: 16
- os: windows-latest
node: 14
Expand Down

0 comments on commit 91ad933

Please sign in to comment.