Skip to content

Commit 55eb2d7

Browse files
authored
re-enable the CI matrix (#499)
1 parent 4c1fa09 commit 55eb2d7

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 14 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, windows-latest]
2419
steps:
2520
- run: git config --global core.autocrlf false
2621
- uses: actions/checkout@v2
@@ -49,13 +44,8 @@ jobs:
4944
timeout-minutes: 6
5045
strategy:
5146
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]
5949
steps:
6050
- run: git config --global core.autocrlf false
6151
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)