fix: running electron tests on windows for node 20.12.2 (#30382)
This commit is contained in:
parent
78793e05ff
commit
58187075c8
|
|
@ -208,6 +208,7 @@ export class Electron extends SdkObject {
|
|||
progress.log(message);
|
||||
browserLogsCollector.log(message);
|
||||
},
|
||||
shell: true,
|
||||
stdio: 'pipe',
|
||||
cwd: options.cwd,
|
||||
tempDirectories: [artifactsDir],
|
||||
|
|
|
|||
Loading…
Reference in a new issue