Skip to content

Commit 15411e6

Browse files
authored
feat!: update minimum Node.js version to 18.12.0 (#1159)
1 parent 74cf5ed commit 15411e6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"packageManager": "[email protected]",
6464
"engines": {
65-
"node": ">=18.0.0",
65+
"node": ">=18.12.0",
6666
"pnpm": ">=10.14.0"
6767
}
6868
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777
},
7878
"engines": {
79-
"node": ">=16.7.0"
79+
"node": ">=18.12.0"
8080
},
8181
"publishConfig": {
8282
"access": "public",

packages/create-rslib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"typescript": "^5.9.2"
4343
},
4444
"engines": {
45-
"node": ">=16.7.0"
45+
"node": ">=18.12.0"
4646
},
4747
"publishConfig": {
4848
"access": "public",

packages/plugin-dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
},
6060
"engines": {
61-
"node": ">=16.7.0"
61+
"node": ">=18.12.0"
6262
},
6363
"publishConfig": {
6464
"access": "public",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Setup environment
44

5-
Before getting started, you will need to install [Node.js](https://nodejs.org/) >= 16, it is recommended to use the Node.js LTS version.
5+
Before getting started, you will need to install [Node.js](https://nodejs.org/) >= 18.12.0, it is recommended to use the Node.js LTS version.
66

77
Check the current Node.js version with the following command:
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 环境准备
44

5-
开始之前,需要先安装 [Node.js](https://nodejs.org/) >= 16 版本,推荐使用 Node.js LTS 版本。
5+
开始之前,需要先安装 [Node.js](https://nodejs.org/) >= 18.12.0 版本,推荐使用 Node.js LTS 版本。
66

77
通过以下命令检查当前的 Node.js 版本:
88

0 commit comments

Comments
 (0)