diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b6bdac75467..ab19eba15c9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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