Skip to content

Commit

Permalink
ci: added to matrix windows and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoTomeES committed Nov 5, 2023
1 parent e736a68 commit 3aaaa58
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
OS: [ubuntu-latest]
OS: [ubuntu-latest, macos-latest, windows-latest]
NODE_VERSION: [18, 20]
include:
- os: macos-latest
NODE_VERSION: 20
- os: windows-latest
NODE_VERSION: 20
fail-fast: false
env:
NODE_VERSION: ${{ matrix.NODE_VERSION }}
Expand Down

0 comments on commit 3aaaa58

Please sign in to comment.