Skip to content

Commit

Permalink
ci: Test with Electron 18 (#129)
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk authored May 16, 2022
1 parent e54ef5d commit 0aa49bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ jobs:
ELECTRON_VERSION: 17.x
<<: *steps-test

test-electron-18:
docker:
- image: circleci/node:14-browsers
environment:
ELECTRON_VERSION: 18.x
<<: *steps-test

release:
docker:
- image: circleci/node:14-browsers
Expand All @@ -79,6 +86,7 @@ workflows:
- test-electron-15
- test-electron-16
- test-electron-17
- test-electron-18
- release:
requires:
- test-electron-13
Expand Down

0 comments on commit 0aa49bd

Please sign in to comment.