Skip to content

Commit 61d0ce2

Browse files
committed
update version matrix
1 parent 172e9df commit 61d0ce2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.buildkite/basic/electron-pipeline.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,22 @@ steps:
1515
matrix:
1616
setup:
1717
electron_version:
18-
- "^37.0.0" # Latest Version
18+
- "^38.0.0" # Latest Version
19+
- "^37.0.0" # EOL 2026-Jan-13
1920
- "^36.0.0" # EOL 2025-Oct-28
20-
- "^35.0.0" # EOL 2025-Sep-02
21+
- "^34.0.0" # EOL 2025-Jun-24
2122
node_version:
2223
- "22"
2324
adjustments:
2425
- with:
2526
electron_version: "^34.0.0" # EOL 2025-Jun-24
2627
node_version: "20"
28+
- with:
29+
electron_version: "^32.0.0" # EOL 2025-Mar-04
30+
node_version: "20"
31+
- with:
32+
electron_version: "^30.0.0" # EOL 2024-Oct-15
33+
node_version: "20"
2734
commands:
2835
- echo "Running on Node `node -v`"
2936
- npm install electron@${ELECTRON_VERSION} --no-audit --progress=false --no-save

0 commit comments

Comments
 (0)