Browse Source

update action node versoin

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
ruiyi.jiang 1 year ago
parent
commit
de2e69bb10
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/electron.yml

+ 2 - 2
.github/workflows/electron.yml

@@ -18,9 +18,9 @@ jobs:
         uses: actions/checkout@v1
 
       - name: Install Node.js, NPM and Yarn
-        uses: actions/setup-node@v1
+        uses: actions/setup-node@v3
         with:
-          node-version: 14
+          node-version: 18
 
       - name: Build client
         run: |