From e747d7e4227a6a013d2fddf10a6e250dbbc8aaa2 Mon Sep 17 00:00:00 2001 From: Timeless0911 <1604889533@qq.com> Date: Tue, 10 Feb 2026 17:44:19 +0800 Subject: [PATCH 1/2] docs: update node version requirements for v2 --- website/docs/en/guide/start/quick-start.mdx | 2 +- website/docs/zh/guide/start/quick-start.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/en/guide/start/quick-start.mdx b/website/docs/en/guide/start/quick-start.mdx index b9e1b2ad55..0bdbc9c4f1 100644 --- a/website/docs/en/guide/start/quick-start.mdx +++ b/website/docs/en/guide/start/quick-start.mdx @@ -19,7 +19,7 @@ Use one of the following installation guides to set up a runtime: :::tip Version requirements -- Rsbuild v2 requires Node.js 20.19.0 or higher. +- Rsbuild v2 requires Node.js >= 20.19.0 or >= 22.12.0 (LTS versions recommended). - Rsbuild v1 requires Node.js 18.12.0 or higher. ::: diff --git a/website/docs/zh/guide/start/quick-start.mdx b/website/docs/zh/guide/start/quick-start.mdx index cca44f545b..8e7b6b55bf 100644 --- a/website/docs/zh/guide/start/quick-start.mdx +++ b/website/docs/zh/guide/start/quick-start.mdx @@ -19,7 +19,7 @@ Rsbuild 支持使用 [Node.js](https://nodejs.org/)、[Deno](https://deno.com/) :::tip 版本要求 -- Rsbuild v2 要求 Node.js 20.19.0 或更高版本。 +- Rsbuild v2 要求 Node.js >= 20.19.0 或 >= 22.12.0(推荐使用 LTS 版本)。 - Rsbuild v1 要求 Node.js 18.12.0 或更高版本。 ::: From 9fff92bb891527d54c1b81a9a4638de99a37539a Mon Sep 17 00:00:00 2001 From: Timeless0911 <1604889533@qq.com> Date: Tue, 10 Feb 2026 17:51:42 +0800 Subject: [PATCH 2/2] chore: update --- website/docs/en/guide/start/quick-start.mdx | 2 +- website/docs/zh/guide/start/quick-start.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/en/guide/start/quick-start.mdx b/website/docs/en/guide/start/quick-start.mdx index 0bdbc9c4f1..13ba52b602 100644 --- a/website/docs/en/guide/start/quick-start.mdx +++ b/website/docs/en/guide/start/quick-start.mdx @@ -19,7 +19,7 @@ Use one of the following installation guides to set up a runtime: :::tip Version requirements -- Rsbuild v2 requires Node.js >= 20.19.0 or >= 22.12.0 (LTS versions recommended). +- Rsbuild v2 requires Node.js version 20.19+, 22.12+. - Rsbuild v1 requires Node.js 18.12.0 or higher. ::: diff --git a/website/docs/zh/guide/start/quick-start.mdx b/website/docs/zh/guide/start/quick-start.mdx index 8e7b6b55bf..131f6c0073 100644 --- a/website/docs/zh/guide/start/quick-start.mdx +++ b/website/docs/zh/guide/start/quick-start.mdx @@ -19,7 +19,7 @@ Rsbuild 支持使用 [Node.js](https://nodejs.org/)、[Deno](https://deno.com/) :::tip 版本要求 -- Rsbuild v2 要求 Node.js >= 20.19.0 或 >= 22.12.0(推荐使用 LTS 版本)。 +- Rsbuild v2 要求 Node.js 版本 20.19+, 22.12+。 - Rsbuild v1 要求 Node.js 18.12.0 或更高版本。 :::