diff --git a/website/docs/en/guide/start/quick-start.mdx b/website/docs/en/guide/start/quick-start.mdx index b9e1b2ad55..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 higher. +- 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 cca44f545b..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 或更高版本。 +- Rsbuild v2 要求 Node.js 版本 20.19+, 22.12+。 - Rsbuild v1 要求 Node.js 18.12.0 或更高版本。 :::