Skip to content

Commit

Permalink
ci: enable more strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Sep 10, 2020
1 parent 68b422c commit bd9d721
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:

strategy:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
# node: [10, 12]
os: [ubuntu-latest]
node: [10]
os: [ubuntu-latest, macos-latest, windows-latest]
node: [10, 12]

steps:
- uses: actions/setup-node@v1
Expand Down

0 comments on commit bd9d721

Please sign in to comment.