From c3f36cd929626393b05b65d5ea3835784147986e Mon Sep 17 00:00:00 2001 From: Ice Lam Date: Sat, 3 Jul 2021 21:02:17 +0800 Subject: [PATCH] ci: drop testing for node 13 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33d3148..6e4ca89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - node-version: [12.x, 13.x, 14.x] + node-version: [12.x, 14.x] env: HUSKY: 0 steps: @@ -39,7 +39,7 @@ jobs: ${{ runner.os }}-yarn- - name: Install dependencies run: | - yarn install --frozen-lockfile --ignore-engines + yarn install --frozen-lockfile - name: Build package run: | yarn build