Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/en/guide/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Comment thread
Timeless0911 marked this conversation as resolved.
Outdated
Comment thread
Timeless0911 marked this conversation as resolved.
Outdated
- Rsbuild v1 requires Node.js 18.12.0 or higher.

:::
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/guide/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 版本)
Comment thread
Timeless0911 marked this conversation as resolved.
Outdated
Comment thread
Timeless0911 marked this conversation as resolved.
Outdated
- Rsbuild v1 要求 Node.js 18.12.0 或更高版本。

:::
Expand Down
Loading