Skip to content

Commit 282ddb0

Browse files
committed
just bloody launch
1 parent 7d91d6b commit 282ddb0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
node_tests:
1515
name: Node ${{ matrix.node }} on ${{ matrix.os }}
1616
runs-on: ${{ matrix.os }}
17-
timeout-minutes: 12
17+
timeout-minutes: 10
1818
strategy:
19-
fail-fast: true
2019
matrix:
2120
os:
2221
- ubuntu-latest
@@ -25,7 +24,6 @@ jobs:
2524
node:
2625
- 14
2726
- 16
28-
- 18
2927

3028
steps:
3129
- name: Checkout source

0 commit comments

Comments
 (0)