From 527505e67be520fe13fffcaabc7e646bd9f8eeff Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 7 Jan 2025 14:23:27 +0100 Subject: [PATCH] docs: be more precise in what versions of Node.js are supported (#34231) Signed-off-by: Simon Knott Co-authored-by: Max Schmitt --- docs/src/intro-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index 321629662b..389a8b4dc8 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -286,7 +286,7 @@ pnpm exec playwright --version ## System requirements -- Node.js 18+ +- Latest version of Node.js 18, 20 or 22. - Windows 10+, Windows Server 2016+ or Windows Subsystem for Linux (WSL). - macOS 13 Ventura, or later. - Debian 12, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.