We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e4202 commit 4b8f0daCopy full SHA for 4b8f0da
1 file changed
.buildkite/basic/electron-pipeline.yml
@@ -5,7 +5,7 @@ steps:
5
- label: "Electron {{matrix.electron_version}} tests - macOS - Node {{matrix.node_version}}"
6
timeout_in_minutes: 40
7
agents:
8
- queue: macos-15-4
+ queue: macos-15-isolated
9
env:
10
NODE_VERSION: "{{matrix.node_version}}"
11
ELECTRON_VERSION: "{{matrix.electron_version}}"
@@ -21,7 +21,7 @@ steps:
21
- "^28.0.0"
22
- "^30.0.0"
23
node_version:
24
- - "22"
+ - "18"
25
commands:
26
- echo "Running on Node `node -v`"
27
- npm install electron@${ELECTRON_VERSION} --no-audit --progress=false --no-save
0 commit comments