From a80b9ccf0b3566b9c07e883e603eb0ccd4e029fb Mon Sep 17 00:00:00 2001 From: redanthrax Date: Mon, 20 Jul 2026 08:32:00 -0700 Subject: [PATCH] fix: ignore ssh2 and cpu-features build scripts Prevent pnpm install from failing under strictDepBuilds when n8n-workflow pulls in these optional native transitive packages. --- pnpm-workspace.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 99c8bd9..d5ec461 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -15,7 +15,9 @@ onlyBuiltDependencies: # Dev-only transitive packages with install scripts we intentionally skip (prebuilt or optional native). ignoredBuiltDependencies: + - cpu-features - eslint-plugin-n8n-nodes-base + - ssh2 - unrs-resolver # Wait 24h before installing newly published versions.