Skip to content

Commit 6e2174c

Browse files
committed
ci: shrink test matrix
1 parent d72a854 commit 6e2174c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ jobs:
1616
- macos-latest
1717
- windows-latest
1818
node_version:
19-
- 12
2019
- 14
21-
- 16
20+
include:
21+
- node-version: 12
22+
os: unbuntu-latest
23+
- node-version: 16
24+
os: ubuntu-latest
2225
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
2326
steps:
2427
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)