You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by wa...@apache.org on 2023/03/08 03:12:32 UTC

[incubator-hugegraph-toolchain] 01/01: add nodejs version

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

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

commit 924b3ed4b5399959c5af046f82a039c193748ec3
Author: wanganjuan <z7...@Outlook.com>
AuthorDate: Wed Mar 8 11:12:26 2023 +0800

    add  nodejs version
    
    add  nodejs 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..5d5f6335 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 14
+        uses: actions/setup-node@v3
+        with:
+          node-version: '14'
       # we also should cache python & yarn & downloads to avoid useless work
       - name: Cache Maven packages
         uses: actions/cache@v3