Skip to content

Commit a19a203

Browse files
committed
fix(ci): test workflow structure
1 parent cfc25a9 commit a19a203

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ on:
1313

1414
jobs:
1515
build:
16-
strategy:
17-
matrix:
18-
os: [ubuntu-latest, windows-latest]
19-
node-version: [10.x, 12.x, 14.x]
20-
docker-tag: [latest, release, 4.7.1]
21-
22-
runs-on: ${{ matrix.os }}
23-
steps:
16+
runs-on: ${{ matrix.os }}
17+
strategy:
18+
matrix:
19+
os: [ubuntu-latest, windows-latest]
20+
node-version: [10.x, 12.x, 14.x]
21+
docker-tag: [latest, release, 4.7.1]
22+
23+
steps:
2424
- uses: actions/checkout@v2
2525

2626
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)