From 1025229fe57e5d838491195c142cb34dc1d177e0 Mon Sep 17 00:00:00 2001 From: Aolin Date: Mon, 20 Jun 2022 11:16:36 +0800 Subject: [PATCH] ci: update node version to 16 (#911) --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d05b7405..048402fdb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: - node-version: '12' + node-version: '16' - name: "Check file encoding" run: git remote add upstream https://github.com/pingcap/docs-dm.git;