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 01:02:38 UTC

[incubator-hugegraph-toolchain] branch wanganjuan-patch-3 created (now 270b7d70)

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

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


      at 270b7d70 test nodejs 18 version

This branch includes the following new commits:

     new 270b7d70 test nodejs 18 version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by wa...@apache.org.
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 <z7...@Outlook.com>
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