From: Haoqun Jiang Date: Mon, 23 Aug 2021 08:27:45 +0000 (+0800) Subject: ci: shrink test matrix X-Git-Tag: v3.0.0-beta.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e2174cd3d8d50a10e274c3757c2c57362bf0232;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: shrink test matrix --- 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