chore: Drop redundant local-gateway electron postinstall and CI ski... (#31315)
Some checks failed
Build: Benchmark Image / build (push) Waiting to run
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.22.3) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.15.0) (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
Util: Sync API Docs / sync-public-api (push) Waiting to run
Release: Schedule Patch Release PRs / Create patch release PR (${{ matrix.track }}) (beta) (push) Has been cancelled
Release: Schedule Patch Release PRs / Create patch release PR (${{ matrix.track }}) (stable) (push) Has been cancelled
Release: Schedule Patch Release PRs / Create patch release PR (${{ matrix.track }}) (v1) (push) Has been cancelled

Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
This commit is contained in:
n8n-cat-bot[bot] 2026-05-28 19:56:27 +00:00 committed by GitHub
parent d848b812c0
commit 7ee6e16b80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View File

@ -135,10 +135,6 @@ runs:
INSTALL_LOG: ${{ runner.temp }}/pnpm-install.log
SAFE_CHAIN_LOGGING: verbose
DEBUG: pnpm:*
# Skip the Electron binary download triggered by @n8n/local-gateway's
# postinstall. CI never runs the Electron app, but the ~150MB binary
# fetch fires on every install otherwise.
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
run: |
set +o pipefail
timeout --kill-after=30s 300s $INSTALL_COMMAND \

View File

@ -19,8 +19,7 @@
"clean": "rimraf dist out .turbo",
"test": "jest",
"test:unit": "jest",
"test:dev": "jest --watch",
"postinstall": "node node_modules/electron/install.js"
"test:dev": "jest --watch"
},
"dependencies": {
"@n8n/computer-use": "workspace:*",