Thanks to visit codestin.com Credit goes to github.com
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.
1 parent d786c4d commit 4d71b66Copy full SHA for 4d71b66
.github/workflows/asset-size.yml
@@ -4,6 +4,7 @@ on: [pull_request]
4
5
jobs:
6
compare:
7
+ timeout-minutes: 15
8
runs-on: ubuntu-latest
9
10
steps:
.github/workflows/exceljs.yml
@@ -8,6 +8,7 @@ on:
test:
11
+ timeout-minutes: 10
12
name: Node v${{ matrix.node-version }} on ${{ matrix.os }}
13
strategy:
14
fail-fast: false
@@ -44,6 +45,7 @@ jobs:
44
45
CI: true
46
47
benchmark:
48
49
name: Measure performance impact of changes
50
51
@@ -67,6 +69,7 @@ jobs:
67
69
68
70
71
typescript:
72
73
name: Ensure typescript compatibility
74
75
0 commit comments