From 6e2174cd3d8d50a10e274c3757c2c57362bf0232 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Mon, 23 Aug 2021 16:27:45 +0800 Subject: [PATCH] ci: shrink test matrix --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a1b6632..6ab32fe7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,12 @@ jobs: - macos-latest - windows-latest node_version: - - 12 - 14 - - 16 + include: + - node-version: 12 + os: unbuntu-latest + - node-version: 16 + os: ubuntu-latest name: Node ${{ matrix.node_version }} on ${{ matrix.os }} steps: - uses: actions/checkout@v1 -- 2.39.5