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

tison 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 5cc594c9 [Build] Upgrade Node.js to 18
5cc594c9 is described below

commit 5cc594c9263e7fa731d053ade86b186117549ef6
Author: tison <[email protected]>
AuthorDate: Wed May 15 21:55:36 2024 +0800

    [Build] Upgrade Node.js to 18
    
    Signed-off-by: tison <[email protected]>
---
 .github/workflows/deploy.yaml | 2 +-
 README.md                     | 2 +-
 README_ZH.md                  | 2 +-
 package.json                  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 77719041..77bfe644 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -31,7 +31,7 @@ jobs:
       - uses: pnpm/action-setup@v4
       - uses: actions/setup-node@v4
         with:
-          node-version: 16.x
+          node-version: 18.x
           cache: pnpm
       - run: pnpm install
       - run: pnpm build
diff --git a/README.md b/README.md
index 2b064b38..0e9889dd 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ This guide will guide you how to contribute to the Apache 
StreamPark™ (Incubat
 
 ## 1. Preview and generate static files
 
-This website is compiled using Node.js (version >=16.14 <=18), using 
[Docusaurus (3.3.2)](https://docusaurus.io/) framework components.
+This website is compiled using Node.js (version >=18), using [Docusaurus 
(3.3.2)](https://docusaurus.io/) framework components.
 
 To download and preview the website:
 
diff --git a/README_ZH.md b/README_ZH.md
index 492f46eb..1ad7f52b 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -12,7 +12,7 @@ dev 为默认主分支,修改请先 fork 到自己的仓库,然后切换到
 
 ## 1. 预览并生成静态文件
 
-本网站使用 Node.js 编译(>=16.14 <=18),并基于 [Docusaurus 
(3.3.2)](https://docusaurus.io/) 框架构建。
+本网站使用 Node.js 编译(>=18),并基于 [Docusaurus (3.3.2)](https://docusaurus.io/) 框架构建。
 
 运行以下命令下载网站源代码并在本地预览:
 
diff --git a/package.json b/package.json
index 3504e303..332ea8b7 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,7 @@
     ]
   },
   "volta": {
-    "node": "16.20.2",
+    "node": "18.20.2",
     "pnpm": "8.15.5"
   },
   "packageManager": "[email protected]"

Reply via email to