Skip to content

Commit 7fdd502

Browse files
committed
Temporarily swap CI matrix
1 parent 48b8b56 commit 7fdd502

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,8 @@ jobs:
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
@@ -55,7 +50,7 @@ jobs:
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

0 commit comments

Comments
 (0)