Skip to content

Commit

Permalink
Chore: Test on Windows and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
btmills committed Dec 16, 2020
1 parent 8f729d3 commit 669bdc9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ jobs:

test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
node-version: ["8.10.0", 8.x, 10.x, 12.x, 13.x, 14.x]
include:
- os: windows-latest
node: "12.x"
- os: macOS-latest
node: "12.x"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 669bdc9

Please sign in to comment.