From 98513b4d5ac0f15cf9d6988de987bfe0e47dcf16 Mon Sep 17 00:00:00 2001 From: derrickmehaffy Date: Wed, 24 Jun 2026 08:59:30 -0700 Subject: [PATCH] fix(automation): pin httpRequest nodes to typeVersion 4.2 for portability httpRequest 4.4 only exists on very recent n8n; older instances (e.g. staging) render it as 'install this node to use it'. 4.2 has identical params for our GET/POST usage and renders on both the latest local n8n and older staging. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../workflows/cleanup-new-label-after-60d/workflow.json | 4 ++-- .../workflows/render-email-shared-sub-workflow/workflow.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/automation/workflows/cleanup-new-label-after-60d/workflow.json b/apps/automation/workflows/cleanup-new-label-after-60d/workflow.json index dba400a..71a2ff6 100644 --- a/apps/automation/workflows/cleanup-new-label-after-60d/workflow.json +++ b/apps/automation/workflows/cleanup-new-label-after-60d/workflow.json @@ -54,7 +54,7 @@ "id": "fetch-stale-1", "name": "Fetch Stale 'New' Packages", "type": "n8n-nodes-base.httpRequest", - "typeVersion": 4.4, + "typeVersion": 4.2, "position": [ 680, 300 @@ -127,7 +127,7 @@ "id": "patch-1", "name": "Strip 'is_new' Label", "type": "n8n-nodes-base.httpRequest", - "typeVersion": 4.4, + "typeVersion": 4.2, "position": [ 1120, 300 diff --git a/apps/automation/workflows/render-email-shared-sub-workflow/workflow.json b/apps/automation/workflows/render-email-shared-sub-workflow/workflow.json index 98ebe58..1592243 100644 --- a/apps/automation/workflows/render-email-shared-sub-workflow/workflow.json +++ b/apps/automation/workflows/render-email-shared-sub-workflow/workflow.json @@ -39,7 +39,7 @@ "id": "fetch-1", "name": "Fetch Template From Strapi", "type": "n8n-nodes-base.httpRequest", - "typeVersion": 4.4, + "typeVersion": 4.2, "position": [ 460, 300