From fc0da91eedada8c57781afcb3b5e7a5bc67be842 Mon Sep 17 00:00:00 2001 From: answershuto Date: Mon, 29 Aug 2022 14:41:05 +0800 Subject: [PATCH] chore: update node verson --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 437c52933..a1a98d43a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v2 - name: Set branch name