From 5ef4aa6457e4ee805e7ddba92102fd8e750912d5 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 23 Apr 2020 18:07:20 +0000 Subject: [PATCH 1/2] chore: sync workflows --- .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 250562df..91a1bd6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: name: Coverage needs: eslint runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 10 strategy: matrix: node: ['11', '12'] From 0f0423bc99b02bb3ca0b3bc98b8571ae47e16c47 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 7 May 2020 18:05:50 +0000 Subject: [PATCH 2/2] chore: sync workflows --- .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 91a1bd6c..9c8168d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,7 +183,7 @@ jobs: if: env.RUNNING && matrix.target == 'npm' - name: Set running flag run: | - LATEST=`npm view . version` + LATEST=`npm view . version` 2> /dev/null || : CURRENT=`cat package.json | jq -r .version` if [ "$LATEST" = "$CURRENT" ]; then echo "::set-env name=RUNNING::"