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

jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-website.git


The following commit(s) were added to refs/heads/main by this push:
     new e35e60792 [github] Upgrade node version to 20
e35e60792 is described below

commit e35e6079284d4df50b34a8e8cc7ec9ae434cf9ed
Author: Jark Wu <[email protected]>
AuthorDate: Tue Dec 2 19:08:27 2025 +0800

    [github] Upgrade node version to 20
---
 .github/workflows/website-deploy.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/website-deploy.yaml 
b/.github/workflows/website-deploy.yaml
index 0eadae23a..a52a743c9 100644
--- a/.github/workflows/website-deploy.yaml
+++ b/.github/workflows/website-deploy.yaml
@@ -37,7 +37,7 @@ jobs:
         run: ./build_versioned_docs.sh
       - uses: actions/setup-node@v4
         with:
-          node-version: 18
+          node-version: 20
       - name: Install dependencies
         run: npm install
       - name: Build website
@@ -53,4 +53,4 @@ jobs:
           git config --global user.email "[email protected]"
           git config --global user.name "gh-actions"
           echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > 
~/.netrc
-          npm run deploy -- --skip-build
\ No newline at end of file
+          npm run deploy -- --skip-build

Reply via email to