Browse Source

fix action node version

Signed-off-by: nameczz <zizhao.chen@zilliz.com>
nameczz 3 years ago
parent
commit
7d8f35a14b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/dev.yml
  2. 1 1
      .github/workflows/release.yml

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

@@ -14,7 +14,7 @@ jobs:
       - name: Setup Node.js
         uses: actions/setup-node@v1
         with:
-          node-version: 12
+          node-version: 14
 
       - name: Run Express tests
         run: |

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

@@ -13,7 +13,7 @@ jobs:
       - name: Setup Node.js
         uses: actions/setup-node@v1
         with:
-          node-version: 12
+          node-version: 14
 
       - name: Login to DockerHub
         uses: docker/login-action@v1