This is an automated email from the ASF dual-hosted git repository.

kriszu pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4ece003  [Improve]modify nodejs version description (#310)
4ece003 is described below

commit 4ece003a0294c04f5acdb48a0311256b75a907f1
Author: kkop <[email protected]>
AuthorDate: Wed Jan 3 19:08:46 2024 +0800

    [Improve]modify nodejs version description (#310)
---
 README.md    | 6 ++++--
 README_ZH.md | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 598feaf..f5ff8fb 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,11 @@ dev #default branch
 
 ## 1. Preview and generate static files
 
-This website is compiled using node, using Docusaurus framework components
+This website is compiled using node, using 
[Docusaurus(2.4.3)](https://docusaurus.io/) framework components
 
-1. Download and install nodejs (version>12.5.0)
+1. Download and install nodejs, The supported versions are as follows:
+
+1. Download and install nodejs (version>=16.14 and version<=18)
 2. Clone the code to the local `git clone 
[email protected]:apache/incubator-streampark-website.git`
 2. Run `npm install` to install the required dependent libraries.
 3. Run `npm run start` in the root directory, you can visit 
http://localhost:3000 to view the English mode preview of the site
diff --git a/README_ZH.md b/README_ZH.md
index 8cff1cf..e90b472 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -17,9 +17,9 @@ dev  默认分支
 
 ## 1.预览并生成静态文件
 
-本网站是使用 Node.js 编译的,使用的是 [Docusaurus](https://docusaurus.io/) 框架组件:
+本网站是使用 Node.js 编译的,使用的是 [Docusaurus(2.4.3)](https://docusaurus.io/) 框架组件:
 
-1. 下载并安装 Node.js(version>12.5.0)
+1. 下载并安装 Node.js(version>=16.14 and version<=18))
 2. 克隆代码到本地 `git clone [email protected]:apache/incubator-streampark-website.git`
 2. 运行 `npm install` 来安装所需的依赖库。
 3. 在根目录运行`npm run start`,可以访问 http://localhost:3000 查看站点英文模式预览

Reply via email to