Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@ jobs:
timeout-minutes: 6
strategy:
matrix:
# Run only on Node 12 while repo is private to save minutes
# node-version: [12, 14]
node-version: [12]
# don't include macOS-latest while repo is private because it is charged at 10x rate
# same with windows-latest charged at 2x rate
# os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest]
node-version: [12, 14, 15]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
Expand Down Expand Up @@ -49,13 +44,8 @@ jobs:
timeout-minutes: 6
strategy:
matrix:
# Run only on Node 12 while repo is private to save minutes
# node-version: [12, 14]
node-version: [12]
# don't include macOS-latest while repo is private because it is charged at 10x rate
# same with windows-latest charged at 2x rate
# os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest]
node-version: [12, 14, 15]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
Expand Down