Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goddessfreya authored Dec 20, 2019
1 parent 84bccbd commit c6f6c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
node-version: [8.x, 10.x, 12.x]
platform:
- { os: windows-latest, hunspell: true }
- { os: ubuntu-latest, hunspell: true }
- { os: windows-latest }
- { os: macos-latest, hunspell: true }
- { os: macos-latest }
- { os: ubuntu-latest }

runs-on: ${{ matrix.platform.os }}
Expand Down

0 comments on commit c6f6c63

Please sign in to comment.