This is an automated email from the ASF dual-hosted git repository. wangjing pushed a commit to branch wanganjuan-patch-4 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
commit 91332f31a446557e0f50705ad56ed053e14d8bdb Author: wanganjuan <[email protected]> AuthorDate: Thu Mar 9 09:13:32 2023 +0800 test nodejs 17 version test nodejs 17 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..f3dc09c6 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 17 + uses: actions/setup-node@v3 + with: + node-version: '17' # we also should cache python & yarn & downloads to avoid useless work - name: Cache Maven packages uses: actions/cache@v3
