Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 packages/rstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}
},
"engines": {
"node": ">=22.18.0"
"node": "^22.18.0 || >=24.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/en/guide/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Use one of the following installation guides to set up a runtime:

:::tip Version requirements

Rstack CLI requires Node.js 22.18.0 or higher when using Node.js as the runtime.
Rstack CLI requires Node.js 22.18.0+ or 24.3.0+.

:::

Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/guide/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Rstack CLI 支持使用 [Node.js](https://nodejs.org/)、[Deno](https://deno.com

:::tip 版本要求

使用 Node.js 作为运行时时,Rstack CLI 要求 Node.js 版本为 22.18.0 或更高版本
Rstack CLI 要求 Node.js 22.18.0+ 或 24.3.0+

:::

Expand Down