Skip to content

Commit b15dad7

Browse files
committed
updating support matrix with newer node and electron
1 parent 870d059 commit b15dad7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,19 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [macos-latest, windows-latest, ubuntu-latest]
16-
node: [20, 18]
17-
electron: [30, 28, 23]
16+
node: [22, 20]
17+
electron: [34, 32, 30]
1818
exclude:
1919
# there's an issue with signals in retry-cli on linux in node 20 🤷‍♀️
2020
- os: ubuntu-latest
2121
node: 20
2222
include:
23+
- os: windows-latest
24+
electron: 28
25+
node: 18
26+
- os: ubuntu-latest
27+
node: 18
28+
electron: 23
2329
- os: ubuntu-latest
2430
node: 16
2531
electron: 20

0 commit comments

Comments
 (0)