|
14 | 14 | runs-on: ubuntu-latest
|
15 | 15 | strategy:
|
16 | 16 | matrix:
|
17 |
| - node-version: ['12.x', '14.x'] |
| 17 | + # TODO: ['14.x', '16.x'] |
| 18 | + node-version: ['14.x'] |
18 | 19 | steps:
|
19 | 20 | - uses: actions/checkout@v2
|
20 | 21 | with:
|
|
51 | 52 | runs-on: ubuntu-latest
|
52 | 53 | strategy:
|
53 | 54 | matrix:
|
54 |
| - node-version: ['12.x'] |
| 55 | + # note: only use one node-version |
| 56 | + node-version: 14.x |
55 | 57 | steps:
|
56 | 58 | - uses: actions/setup-node@v1
|
57 | 59 | with:
|
|
83 | 85 | runs-on: ubuntu-latest
|
84 | 86 | strategy:
|
85 | 87 | matrix:
|
86 |
| - node-version: ['14.x'] |
| 88 | + node-version: 14.x |
87 | 89 | if: ${{github.event_name == 'push' && github.ref == 'refs/heads/master'}}
|
88 | 90 | steps:
|
89 | 91 | - uses: actions/setup-node@v1
|
@@ -122,7 +124,7 @@ jobs:
|
122 | 124 | runs-on: ubuntu-latest
|
123 | 125 | strategy:
|
124 | 126 | matrix:
|
125 |
| - node-version: ['14.x'] |
| 127 | + node-version: 14.x |
126 | 128 | if: ${{github.event_name == 'push' && github.ref == 'refs/heads/master'}}
|
127 | 129 | steps:
|
128 | 130 | - uses: actions/setup-node@v1
|
@@ -177,7 +179,8 @@ jobs:
|
177 | 179 | runs-on: ubuntu-latest
|
178 | 180 | strategy:
|
179 | 181 | matrix:
|
180 |
| - node-version: ['12.x', '14.x'] |
| 182 | + # TODO: ['14.x', '16.x'] |
| 183 | + node-version: ['14.x'] |
181 | 184 | steps:
|
182 | 185 | - uses: actions/setup-node@v1
|
183 | 186 | with:
|
@@ -306,7 +309,8 @@ jobs:
|
306 | 309 | runs-on: ubuntu-latest
|
307 | 310 | strategy:
|
308 | 311 | matrix:
|
309 |
| - node-version: ['12.x', '14.x'] |
| 312 | + # TODO: ['14.x', '16.x'] |
| 313 | + node-version: ['14.x'] |
310 | 314 | steps:
|
311 | 315 | - uses: actions/setup-node@v1
|
312 | 316 | with:
|
@@ -372,7 +376,8 @@ jobs:
|
372 | 376 | runs-on: ubuntu-latest
|
373 | 377 | strategy:
|
374 | 378 | matrix:
|
375 |
| - node-version: ['12.x', '14.x'] |
| 379 | + # TODO: ['14.x', '16.x'] |
| 380 | + node-version: ['14.x'] |
376 | 381 | steps:
|
377 | 382 | - uses: actions/setup-node@v1
|
378 | 383 | with:
|
@@ -410,7 +415,8 @@ jobs:
|
410 | 415 | runs-on: ubuntu-latest
|
411 | 416 | strategy:
|
412 | 417 | matrix:
|
413 |
| - node-version: ['12.x', '14.x'] |
| 418 | + # TODO: ['14.x', '16.x'] |
| 419 | + node-version: ['14.x'] |
414 | 420 | steps:
|
415 | 421 | - uses: actions/setup-node@v1
|
416 | 422 | with:
|
@@ -457,7 +463,8 @@ jobs:
|
457 | 463 | runs-on: ubuntu-latest
|
458 | 464 | strategy:
|
459 | 465 | matrix:
|
460 |
| - node-version: ['12.x', '14.x'] |
| 466 | + # TODO: ['14.x', '16.x'] |
| 467 | + node-version: ['14.x'] |
461 | 468 | steps:
|
462 | 469 | - uses: actions/setup-node@v1
|
463 | 470 | with:
|
@@ -502,7 +509,8 @@ jobs:
|
502 | 509 | runs-on: ubuntu-latest
|
503 | 510 | strategy:
|
504 | 511 | matrix:
|
505 |
| - node-version: ['12.x', '14.x'] |
| 512 | + # TODO: ['14.x', '16.x'] |
| 513 | + node-version: ['14.x'] |
506 | 514 | steps:
|
507 | 515 | - uses: actions/setup-node@v1
|
508 | 516 | with:
|
@@ -540,7 +548,8 @@ jobs:
|
540 | 548 | runs-on: ubuntu-latest
|
541 | 549 | strategy:
|
542 | 550 | matrix:
|
543 |
| - node-version: ['14.x'] |
| 551 | + # note: only use one node-version, maybe |
| 552 | + node-version: 14.x |
544 | 553 | steps:
|
545 | 554 | - uses: actions/setup-node@v1
|
546 | 555 | with:
|
|
0 commit comments