Skip to content

Commit 5b0101f

Browse files
committed
test: ✅ update versions of electron tested to match electron support
1 parent 05470e9 commit 5b0101f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.buildkite/basic/electron-pipeline.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ steps:
1515
matrix:
1616
setup:
1717
electron_version:
18-
- "^20.0.0"
19-
- "^24.0.0"
20-
- "^26.0.0"
21-
- "^28.0.0"
22-
- "^30.0.0"
18+
- "^37.0.0" # Latest Version
19+
- "^36.0.0" # EOL 2025-Oct-28
2320
node_version:
24-
- "18"
21+
- "22"
22+
adjustments:
23+
- with:
24+
electron_version: "^34.0.0" # EOL 2025-Jun-24
25+
node_version: "20"
2526
commands:
2627
- echo "Running on Node `node -v`"
2728
- npm install electron@${ELECTRON_VERSION} --no-audit --progress=false --no-save

0 commit comments

Comments
 (0)