Skip to content

Commit 1b6c4cd

Browse files
committed
chore: update compatible node version
1 parent 2592af2 commit 1b6c4cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/docs/docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ vuepress build
4343
```
4444

4545
::: warning COMPATIBILITY NOTE
46-
VuePress requires Node.js >= 8.
46+
VuePress requires Node.js >= 8.6.
4747
:::

packages/docs/docs/zh/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ vuepress build .
3030
```
3131

3232
::: warning 注意
33-
请确保你的 Node.js 版本 >= 8。
33+
请确保你的 Node.js 版本 >= 8.6
3434
:::

packages/vuepress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cac": "^6.3.9"
3535
},
3636
"engines": {
37-
"node": ">=8"
37+
"node": ">=8.6"
3838
},
3939
"browserslist": [
4040
">1%"

0 commit comments

Comments
 (0)