Skip to content

Commit

Permalink
Add Windows and macOS testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 16, 2019
1 parent 73c6cc2 commit ee4680d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -30,11 +30,12 @@ jobs:

test:
name: Tests
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
node: ['^8.12', '10', '12']
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit ee4680d

Please sign in to comment.