We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05470e9 commit 5b0101fCopy full SHA for 5b0101f
.buildkite/basic/electron-pipeline.yml
@@ -15,13 +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"
+ - "^37.0.0" # Latest Version
+ - "^36.0.0" # EOL 2025-Oct-28
23
node_version:
24
- - "18"
+ - "22"
+ adjustments:
+ - with:
+ electron_version: "^34.0.0" # EOL 2025-Jun-24
25
+ node_version: "20"
26
commands:
27
- echo "Running on Node `node -v`"
28
- npm install electron@${ELECTRON_VERSION} --no-audit --progress=false --no-save
0 commit comments