Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .buildkite/basic/electron-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ steps:
matrix:
setup:
electron_version:
- "^20.0.0"
- "^24.0.0"
- "^26.0.0"
- "^28.0.0"
- "^30.0.0"
- "^37.0.0" # Latest Version
- "^36.0.0" # EOL 2025-Oct-28
- "^35.0.0" # EOL 2025-Sep-02
node_version:
- "18"
- "22"
adjustments:
- with:
electron_version: "^34.0.0" # EOL 2025-Jun-24
node_version: "20"
commands:
- echo "Running on Node `node -v`"
- npm install electron@${ELECTRON_VERSION} --no-audit --progress=false --no-save
Expand Down