From abb43b41152e0563244c043b55a4e816e15c8760 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 12 Jun 2024 15:09:22 -0700 Subject: [PATCH] docs: drop macOS 12 from supported systems --- 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 68ac7f1a7c..09c070aecf 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -288,7 +288,7 @@ pnpm exec playwright --version - Node.js 18+ - Windows 10+, Windows Server 2016+ or Windows Subsystem for Linux (WSL). -- MacOS 12 Monterey, MacOS 13 Ventura, or MacOS 14 Sonoma. +- macOS 13 Ventura, or macOS 14 Sonoma. - Debian 11, Debian 12, Ubuntu 20.04 or Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture. ## What's next