From 78f1fc599840046176c2dd4a3ca9bb958c5003fc Mon Sep 17 00:00:00 2001 From: Adam Iskounen Date: Thu, 25 Jun 2026 19:48:33 -0400 Subject: [PATCH] fix: remove Node 22.22.0 pin, float back to 22 Node 22.23.1 includes the fix (nodejs/node#64004) for the http.Agent change that caused ERR_STREAM_PREMATURE_CLOSE with node-fetch@2. Cache will be manually cleared to pick up 22.23.1. Co-Authored-By: Claude Sonnet 4.6 --- .github/actions/setup-and-install/action.yml | 2 +- .github/workflows/add-version-label.yml | 2 +- .github/workflows/danger-yarn.yml | 2 +- .github/workflows/danger.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/setup-and-install/action.yml b/.github/actions/setup-and-install/action.yml index 5592f79..3ca659f 100644 --- a/.github/actions/setup-and-install/action.yml +++ b/.github/actions/setup-and-install/action.yml @@ -4,7 +4,7 @@ inputs: node-version: description: 'Node.js version to use' required: false - default: '22.22.0' + default: '22' install-from-caller: description: 'Whether to install from caller directory or tooling directory' required: false diff --git a/.github/workflows/add-version-label.yml b/.github/workflows/add-version-label.yml index 8844245..47293f1 100644 --- a/.github/workflows/add-version-label.yml +++ b/.github/workflows/add-version-label.yml @@ -7,7 +7,7 @@ on: required: true inputs: node-version: - default: "22.22.0" + default: "22" required: false type: string diff --git a/.github/workflows/danger-yarn.yml b/.github/workflows/danger-yarn.yml index 569c948..82ffe29 100644 --- a/.github/workflows/danger-yarn.yml +++ b/.github/workflows/danger-yarn.yml @@ -7,7 +7,7 @@ on: required: true inputs: node-version: - default: "22.22.0" + default: "22" required: false type: string diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 2c6ebf3..371de39 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -11,7 +11,7 @@ on: required: false type: string node-version: - default: "22.22.0" + default: "22" required: false type: string install-from-caller: