We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1495764 commit 74318d8Copy full SHA for 74318d8
1 file changed
.buildkite/basic/electron-pipeline.yml
@@ -15,11 +15,14 @@ steps:
15
matrix:
16
setup:
17
electron_version:
18
- - "^20.0.0"
19
- - "^24.0.0"
20
- - "^26.0.0"
21
- - "^28.0.0"
22
- - "^30.0.0"
+ - "^41.0.0" # Latest Version
+ - "^40.0.0" # EOL 30-06-2026
+ - "^39.0.0" # EOL 05-05-2026
+ - "^38.0.0" # EOL 10-03-2026
+ - "^36.0.0" # EOL 28-10-2025
23
+ - "^34.0.0" # EOL 24-06-2025
24
+ - "^32.0.0" # EOL 04-03-2025
25
+ - "^30.0.0" # EOL 15-10-2024
26
node_version:
27
- "22"
28
commands:
0 commit comments