Skip to content

Commit b4d08a9

Browse files
committed
chore(ci): add Windows to OS matrix
1 parent 53f91c4 commit b4d08a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
name: Node.js v${{ matrix.nodejs }}
8-
runs-on: ubuntu-latest
7+
name: Node.js v${{ matrix.nodejs }} (${{ matrix.os }})
8+
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
1111
nodejs: [10, 12, 14, 16]
12+
os: [ubuntu-latest, windows-latest]
1213
steps:
1314
- uses: actions/checkout@v2
1415
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)