From 0dc593adb5888808025e85f9f15df12a6b56f0ac Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 10 Jan 2022 15:34:33 +0800 Subject: [PATCH] chore: update .github/workflows/ci.yml --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 491bea95..d17a4ba7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,6 @@ on: branches: - master - jobs: build-deploy: runs-on: ubuntu-18.04 @@ -14,11 +13,11 @@ jobs: - name: Setup Node uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: 14 - run: npm install - run: npm run build - + - run: npm run map - name: Deploy uses: peaceiris/actions-gh-pages@v3