-
Notifications
You must be signed in to change notification settings - Fork 5.4k
[Feature]: Node 24 Docker Images #38043
Copy link
Copy link
Closed
Labels
Description
🚀 Feature Request
Node 24 (Krypton) became the Active LTS yesterday (28/10/2025), see release timelines at https://nodejs.org/en/about/previous-releases.
This request is to release Node 24 builds of the Playwright Docker images which are currently locked to Node 22, see https://github.com/microsoft/playwright/blob/main/utils/docker/Dockerfile.noble#L17.
Example
Consumers of Playwright via the published Docker images at https://hub.docker.com/r/microsoft/playwright would download and use the image for the test automation.
Motivation
Consumers of the Playwright Docker images could make sure of the latest Node features such as the URLPattern, Error.isError, the permissions model, and other features, see https://nodejs.org/en/blog/release/v24.0.0 for details.
Reactions are currently unavailable