Skip to content

[Bug]: NodeJS 24.17.0 in Docker images for v1.61.1-resolute/noble needs update to NodeJS 24.18.0 #41448

Description

@daddyman

Version

1.61.1

Steps to reproduce

Use Docker to run Playwright using image mcr.microsoft.com/playwright:v1.61.1-resolute.
This image contains NodeJS 24.17.0. The v1.61.0 image contains NodeJS 24.16.0.

NodeJS 24.17.0 has a bug in node fetch that throws a ERR_STREAM_PREMATURE_CLOSE error when it should not

This ticket nodejs/node#64098 reports:

A fix will be present in v26.4.0, v24.18.0 and v22.23.1 as they become available.

Can an updated Docker image be published for for 1.61.1 that contains NodeJS 24.18.0?

Until then I will revert to the 1.61.0 image.

Expected behavior

fetch to work

Actual behavior

fetch calls randomly fail in the tests because of the problem in NodeJS 24.17.0

Additional context

No response

Environment

NodeJS 24.17.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions