Skip to content

Commit

Permalink
ci(electron): add latest major to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Dec 6, 2021
1 parent 6621a3f commit 997949f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
electron: [ '^11.2.0' ]
electron: [ '^11.2.0', '^16.0.0' ]
node-version: [12, 14]
os: [ ubuntu-20.04, windows-2019, macos-10.15 ]
exclude:
Expand Down

0 comments on commit 997949f

Please sign in to comment.