chore: update electron@37.3.1 (#262877)

* chore: update electron@37.3.1

* chore: remove workaround for npm scripts argument parsing

Refs f99aa748c0

* chore: update node.js@22.18.0

* chore: bump distro
This commit is contained in:
Robo
2025-08-26 22:40:21 +09:00
committed by GitHub
parent 8791650e81
commit ad0b5d23c1
14 changed files with 117 additions and 125 deletions

View File

@@ -121,7 +121,7 @@ jobs:
run: |
for ($i = 1; $i -le 3; $i++) {
try {
npm exec -- -- npm-run-all -lp "electron ${{ env.VSCODE_ARCH }}" "playwright-install"
npm exec -- npm-run-all -lp "electron ${{ env.VSCODE_ARCH }}" "playwright-install"
break
}
catch {
@@ -230,19 +230,19 @@ jobs:
if: ${{ inputs.electron_tests }}
timeout-minutes: 20
shell: pwsh
run: npm run smoketest-no-compile -- -- --tracing
run: npm run smoketest-no-compile -- --tracing
- name: 🧪 Run smoke tests (Browser, Chromium)
if: ${{ inputs.browser_tests }}
timeout-minutes: 20
shell: pwsh
run: npm run smoketest-no-compile -- -- --web --tracing --headless
run: npm run smoketest-no-compile -- --web --tracing --headless
- name: 🧪 Run smoke tests (Remote)
if: ${{ inputs.remote_tests }}
timeout-minutes: 20
shell: pwsh
run: npm run smoketest-no-compile -- -- --remote --tracing
run: npm run smoketest-no-compile -- --remote --tracing
- name: Diagnostics after smoke test run
shell: pwsh