Parcourir la source

try election action

Signed-off-by: Gitea <zizhao.chen@zilliz.com>
Gitea il y a 3 ans
Parent
commit
086607266b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/electron.yml

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

@@ -19,7 +19,7 @@ jobs:
       - name: Install Node.js, NPM and Yarn
         uses: actions/setup-node@v1
         with:
-          node-version: 12
+          node-version: 14
     
       - name: Build client and server
         run: |