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/09 00:41:59 UTC

[incubator-hugegraph-toolchain] 01/01: test nodejs 16 version

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

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

commit ec073f8175d634adc3321b4d06f1329b9bde91a1
Author: wanganjuan <z7...@Outlook.com>
AuthorDate: Thu Mar 9 08:41:55 2023 +0800

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