Skip to content

Commit

Permalink
ci: add matrix.os array to test on other os
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Mar 17, 2021
1 parent 5cb3aa3 commit b9f63d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ on:

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

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
os: [macos-latest, ubuntu-latest, windows-latest]

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

0 comments on commit b9f63d3

Please sign in to comment.