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

wangjing pushed a commit to branch wanganjuan-patch-3
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git

commit 270b7d705173bb615101b7bf890d3046046676d1
Author: wanganjuan <[email protected]>
AuthorDate: Thu Mar 9 09:02:33 2023 +0800

    test nodejs 18 version
    
    test nodejs 18 version
---
 .github/workflows/hubble-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/hubble-ci.yml b/.github/workflows/hubble-ci.yml
index 2c0edc8c..bc16e65c 100644
--- a/.github/workflows/hubble-ci.yml
+++ b/.github/workflows/hubble-ci.yml
@@ -36,7 +36,10 @@ jobs:
         with:
           java-version: '11'
           distribution: 'adopt'
-
+      - name: Use Node.js 18
+        uses: actions/setup-node@v3
+        with:
+          node-version: '18'
       # we also should cache python & yarn & downloads to avoid useless work
       - name: Cache Maven packages
         uses: actions/cache@v3

Reply via email to