From bc79565a72233a44e5f086488ece6474a4fc0070 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 14 Jun 2021 03:06:49 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89b94efa..4674c259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,12 +8,10 @@ jobs: build: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@master - - - name: Setup Node - uses: actions/setup-node@v1 + - uses: actions/checkout@v2 + - uses: actions/setup-node@v2 with: - node-version: '12.x' + node-version: 14 - run: yarn install - run: yarn run prepare \ No newline at end of file