Skip to content

Commit

Permalink
test macOS and Windows on node v15
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Feb 6, 2021
1 parent b801e99 commit 0db3e5e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ jobs:
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x]
include:
- os: macos-latest
node-version: [14.x, 15.x]
node: 14.x
- os: macos-latest
node: 15.x
- os: windows-latest
node: 14.x
- os: windows-latest
node: [14.x, 15.x]
node: 15.x

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 0db3e5e

Please sign in to comment.