Skip to content

Commit 01465ae

Browse files
committed
yml syntax issue
1 parent bfec2c4 commit 01465ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
strategy:
2727
matrix:
2828
node-version: [12.x, 10.x]
29-
include:
30-
node: 12
31-
continue-on-error: true
29+
include:
30+
node: 12
31+
continue-on-error: true
3232
continue-on-error: ${{ matrix.continue-on-error }}
3333

3434
steps:

0 commit comments

Comments
 (0)