Skip to content

Commit c6f6c63

Browse files
authored
Update nodejs.yml
1 parent 84bccbd commit c6f6c63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
node-version: [8.x, 10.x, 12.x]
1111
platform:
1212
- { os: windows-latest, hunspell: true }
13-
- { os: ubuntu-latest, hunspell: true }
1413
- { os: windows-latest }
14+
- { os: macos-latest, hunspell: true }
15+
- { os: macos-latest }
1516
- { os: ubuntu-latest }
1617

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

0 commit comments

Comments
 (0)