diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 250562df..9c8168d7 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'] @@ -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::"