File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1414 timeout-minutes : 6
1515 strategy :
1616 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]
2419 steps :
2520 - run : git config --global core.autocrlf false
2621 - uses : actions/checkout@v2
5550 # don't include macOS-latest while repo is private because it is charged at 10x rate
5651 # same with windows-latest charged at 2x rate
5752 # os: [ubuntu-latest, windows-latest, macOS-latest]
58- os : [ubuntu-latest, windows-latest ]
53+ os : [ubuntu-latest]
5954 steps :
6055 - run : git config --global core.autocrlf false
6156 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments