Skip to content

Commit 392a7f4

Browse files
authored
chore (ci): add macOS and Windows to the CI OS matrix (brianc#2657)
* chore (ci): add macOS and Windows to the CI OS matrix * chore (ci): fix macOS runner name
1 parent 2c3adf2 commit 392a7f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
strategy:
1919
matrix:
2020
node: ['8', '10', '12', '14', '16', '17']
21-
name: Node ${{ matrix.node }}
21+
os: [ubuntu-latest, windows-latest, macos-latest]
22+
name: Node.js ${{ matrix.node }} (${{ matrix.os }})
2223
steps:
2324
- uses: actions/checkout@v2
2425
- name: Setup node

0 commit comments

Comments
 (0)