You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by je...@apache.org on 2023/03/14 15:18:24 UTC

[incubator-hugegraph-toolchain] branch master updated: CI: use node.js 16 version (#437)

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

jermy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b6f0744 CI:  use node.js 16 version (#437)
4b6f0744 is described below

commit 4b6f0744f30c7e7237320b4fe6475aaf652e7c5d
Author: wanganjuan <z7...@Outlook.com>
AuthorDate: Tue Mar 14 23:18:14 2023 +0800

    CI:  use node.js 16 version (#437)
---
 .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