Skip to content

Commit f2a063c

Browse files
authored
[fix] CI max-parallel
1 parent ebf52e0 commit f2a063c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/lint-push.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
runs-on: ubuntu-20.04
1010

1111
strategy:
12-
max-parallel: 6
1312
matrix:
1413
node-version: [10.1, 10.19, 12.1, 13.2, 14.5, 14.6, 14.15, 15.2]
1514

@@ -37,7 +36,6 @@ jobs:
3736
runs-on: ubuntu-18.04
3837

3938
strategy:
40-
max-parallel: 6
4139
matrix:
4240
node-version: [10.1, 10.19, 12.1, 13.2, 14.5, 14.6, 14.15, 15.2]
4341

@@ -65,7 +63,6 @@ jobs:
6563
runs-on: windows-2019
6664

6765
strategy:
68-
max-parallel: 6
6966
matrix:
7067
node-version: [10.1, 10.19, 12.1, 13.2, 14.5, 14.6, 14.15, 15.2]
7168

0 commit comments

Comments
 (0)