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 47f6514 commit 632370aCopy full SHA for 632370a
.buildkite/basic/electron-pipeline.yml
@@ -20,16 +20,14 @@ steps:
20
- "^36.0.0" # EOL 2025-Oct-28
21
node_version:
22
- "22"
23
- adjustments:
+ adjustments:
24
- with:
25
- electron_version: "^34.0.0" # EOL 2025-Jun-24
26
- node_version: "20"
27
- - with:
28
- electron_version: "^32.0.0" # EOL 2025-Mar-04
29
30
31
- electron_version: "^30.0.0" # EOL 2024-Oct-15
32
node_version: "20"
+ setup:
+ electron_version:
+ - "^34.0.0" # EOL 2025-Jun-24
+ - "^32.0.0" # EOL 2025-Mar-04
+ - "^30.0.0" # EOL 2024-Oct-15
33
commands:
34
- echo "Running on Node `node -v`"
35
- npm install electron@${ELECTRON_VERSION} --no-audit --progress=false --no-save
0 commit comments