Skip to content

Commit 09b0f6b

Browse files
Merge remote-tracking branch 'origin/master' into release/next-v2.0.8
2 parents b6e82df + 93c8868 commit 09b0f6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: Coverage
5858
needs: eslint
5959
runs-on: ubuntu-latest
60-
timeout-minutes: 5
60+
timeout-minutes: 10
6161
strategy:
6262
matrix:
6363
node: ['11', '12']
@@ -153,7 +153,7 @@ jobs:
153153
if: env.RUNNING && matrix.target == 'npm'
154154
- name: Set running flag
155155
run: |
156-
LATEST=`npm view . version`
156+
LATEST=`npm view . version` 2> /dev/null || :
157157
CURRENT=`cat package.json | jq -r .version`
158158
if [ "$LATEST" = "$CURRENT" ]; then
159159
echo "::set-env name=RUNNING::"

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
schedule:
3-
- cron: 0 9 * * 2,5
3+
- cron: 43 19 * * 4
44
pull_request:
55
types: [opened, reopened, closed]
66
repository_dispatch:

0 commit comments

Comments
 (0)