Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Chore: Run tests on Node.js v14 (#13210)
* Chore: Run tests on Node.js v14

* Run tests on  v12

* Add 13.x back, exclude 14.x on windows/mac

* Simplify matrix
  • Loading branch information
fisker committed Apr 23, 2020
1 parent ebc28d7 commit 6b7030b
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/ci.yml
Expand Up @@ -25,21 +25,13 @@ jobs:
name: Test
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
node: [13.x, 12.x, 10.x, "10.12.0"]
exclude:
os: [ubuntu-latest]
node: [14.x, 13.x, 12.x, 10.x, "10.12.0"]
include:
- os: windows-latest
node: "10.12.0"
- os: windows-latest
node: 10.x
- os: windows-latest
node: 13.x
- os: macOS-latest
node: "10.12.0"
- os: macOS-latest
node: 10.x
node: "12.x"
- os: macOS-latest
node: 13.x
node: "12.x"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6b7030b

Please sign in to comment.