We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6e82df + 93c8868 commit 09b0f6bCopy full SHA for 09b0f6b
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
name: Coverage
58
needs: eslint
59
runs-on: ubuntu-latest
60
- timeout-minutes: 5
+ timeout-minutes: 10
61
strategy:
62
matrix:
63
node: ['11', '12']
@@ -153,7 +153,7 @@ jobs:
153
if: env.RUNNING && matrix.target == 'npm'
154
- name: Set running flag
155
run: |
156
- LATEST=`npm view . version`
+ LATEST=`npm view . version` 2> /dev/null || :
157
CURRENT=`cat package.json | jq -r .version`
158
if [ "$LATEST" = "$CURRENT" ]; then
159
echo "::set-env name=RUNNING::"
.github/workflows/update-dependencies.yml
@@ -1,6 +1,6 @@
1
on:
2
schedule:
3
- - cron: 0 9 * * 2,5
+ - cron: 43 19 * * 4
4
pull_request:
5
types: [opened, reopened, closed]
6
repository_dispatch:
0 commit comments