|
14 | 14 | timeout-minutes: 6
|
15 | 15 | strategy:
|
16 | 16 | matrix:
|
17 |
| - # Run only on Node 12 while repo is private to save minutes |
18 |
| - # node-version: [12, 14] |
19 |
| - node-version: [12] |
20 |
| - # don't include macOS-latest while repo is private because it is charged at 10x rate |
21 |
| - # same with windows-latest charged at 2x rate |
22 |
| - # os: [ubuntu-latest, windows-latest, macOS-latest] |
23 |
| - os: [ubuntu-latest, windows-latest] |
| 17 | + node-version: [12, 14, 15] |
| 18 | + os: [ubuntu-latest, macOS-latest, windows-latest] |
24 | 19 | steps:
|
25 | 20 | - run: git config --global core.autocrlf false
|
26 | 21 | - uses: actions/checkout@v2
|
|
49 | 44 | timeout-minutes: 6
|
50 | 45 | strategy:
|
51 | 46 | matrix:
|
52 |
| - # Run only on Node 12 while repo is private to save minutes |
53 |
| - # node-version: [12, 14] |
54 |
| - node-version: [12] |
55 |
| - # don't include macOS-latest while repo is private because it is charged at 10x rate |
56 |
| - # same with windows-latest charged at 2x rate |
57 |
| - # os: [ubuntu-latest, windows-latest, macOS-latest] |
58 |
| - os: [ubuntu-latest, windows-latest] |
| 47 | + node-version: [12, 14, 15] |
| 48 | + os: [ubuntu-latest, macOS-latest, windows-latest] |
59 | 49 | steps:
|
60 | 50 | - run: git config --global core.autocrlf false
|
61 | 51 | - uses: actions/checkout@v2
|
|
0 commit comments