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/15 07:37:03 UTC

[incubator-hugegraph-toolchain] 01/01: use node.js version 16 to fixed ci problem

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 13774a42d9486a18803d6a7a3449b4f4f4eb7857
Author: wanganjuan <z7...@Outlook.com>
AuthorDate: Wed Mar 15 15:36:56 2023 +0800

    use node.js version 16 to fixed ci problem
    
    use node.js version 16 to fixed ci problem
---
 .github/workflows/codeql-analysis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 2f4f5ae2..e19fbaf8 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -44,7 +44,11 @@ jobs:
       with:
         distribution: 'zulu'
         java-version: '8'
-
+        
+    - name: Use Node.js 16
+      uses: actions/setup-node@v3
+      with:
+        node-version: '16'
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
       uses: github/codeql-action/init@v2