Skip to content

ci use node 24 in test workflow fixing random ECONNRESET#21782

Merged
Hona merged 1 commit intoanomalyco:devfrom
Hona:pr/node24-test-workflow
Apr 10, 2026
Merged

ci use node 24 in test workflow fixing random ECONNRESET#21782
Hona merged 1 commit intoanomalyco:devfrom
Hona:pr/node24-test-workflow

Conversation

@Hona
Copy link
Copy Markdown
Member

@Hona Hona commented Apr 9, 2026

  • opt GitHub Actions JavaScript actions into Node 24 ahead of the runner default change
  • set up Node 24 in the unit and e2e jobs so shell node commands also use the newer runtime

fixes stale socket reuse e.g. these random issues
image

likely related to nodejs/undici#3492

Copilot AI review requested due to automatic review settings April 9, 2026 23:42
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the CI test workflow to run with Node.js 24, aligning the workflow’s node invocations and JavaScript-based GitHub Actions execution with the newer runtime ahead of runner default changes.

Changes:

  • Set FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 at the workflow level to opt JS actions into Node 24.
  • Add actions/setup-node@v4 with node-version: "24" to both the unit and e2e jobs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Hona Hona changed the title ci use node 24 in test workflow ci use node 24 in test workflow fixing random ECONNRESET Apr 9, 2026
@Hona Hona merged commit da2e91c into anomalyco:dev Apr 10, 2026
17 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants