Skip to content

Commit c42467d

Browse files
ci: run on multiple node and os versions (#156)
1 parent 56ee50b commit c42467d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on: pull_request
44

55
jobs:
66
build_and_test:
7-
runs-on: ubuntu-latest
87
strategy:
98
matrix:
10-
node-version: [12.x]
11-
9+
os: [ubuntu-latest, windows-latest]
10+
node: [12, 14]
11+
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)