Skip to content

Commit 980eff8

Browse files
committed
fix: require Node.js 22.18 or higher
1 parent efd7b29 commit 980eff8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/rstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
}
114114
},
115115
"engines": {
116-
"node": ">=22.12.0"
116+
"node": ">=22.18.0"
117117
},
118118
"publishConfig": {
119119
"access": "public",

website/docs/en/guide/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use one of the following installation guides to set up a runtime:
2020

2121
:::tip Version requirements
2222

23-
Rstack CLI requires Node.js 22.12.0 or higher when using Node.js as the runtime.
23+
Rstack CLI requires Node.js 22.18.0 or higher when using Node.js as the runtime.
2424

2525
:::
2626

website/docs/zh/guide/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Rstack CLI 支持使用 [Node.js](https://nodejs.org/)、[Deno](https://deno.com
2020

2121
:::tip 版本要求
2222

23-
使用 Node.js 作为运行时时,Rstack CLI 要求 Node.js 版本为 22.12.0 或更高版本。
23+
使用 Node.js 作为运行时时,Rstack CLI 要求 Node.js 版本为 22.18.0 或更高版本。
2424

2525
:::
2626

0 commit comments

Comments
 (0)