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

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c33b0a17c7 Use Node.js 16 (#202)
2c33b0a17c7 is described below

commit 2c33b0a17c755c9504e6a1c2898ef4df0f53cdb8
Author: Jeffrey <[email protected]>
AuthorDate: Mon Feb 27 11:23:49 2023 +0800

    Use Node.js 16 (#202)
---
 .github/workflows/cron-deploy-website.yml   | 2 +-
 .github/workflows/manual-deploy-website.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/cron-deploy-website.yml 
b/.github/workflows/cron-deploy-website.yml
index 9e4785ba716..28ab5896299 100644
--- a/.github/workflows/cron-deploy-website.yml
+++ b/.github/workflows/cron-deploy-website.yml
@@ -28,7 +28,7 @@ jobs:
           fc-list :lang=zh
 
     - name: Use Node.js
-      uses: actions/setup-node@v1
+      uses: actions/setup-node@v3
       with:
         node-version: 16.14.0
 
diff --git a/.github/workflows/manual-deploy-website.yml 
b/.github/workflows/manual-deploy-website.yml
index 04e8544a28a..74b15bec4b9 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -32,7 +32,7 @@ jobs:
           fc-list :lang=zh
 
     - name: Use Node.js
-      uses: actions/setup-node@v1
+      uses: actions/setup-node@v3
       with:
         node-version: 16.14.0
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to