From: Haoqun Jiang Date: Thu, 20 Jan 2022 09:20:40 +0000 (+0800) Subject: ci: uncomment X-Git-Tag: v3.1.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d47da7a39b0ee5d2d68bbdc035c6d25f27c03f;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: uncomment --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f476d03c..45d6bf5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,16 +14,16 @@ jobs: fail-fast: false matrix: os: - # - ubuntu-latest - # - macos-latest + - ubuntu-latest + - macos-latest - windows-latest node-version: - 16 - # include: - # - node-version: 14 - # os: ubuntu-latest - # - node-version: 17 - # os: ubuntu-latest + include: + - node-version: 14 + os: ubuntu-latest + - node-version: 17 + os: ubuntu-latest name: Node ${{ matrix.node-version }} on ${{ matrix.os }} steps: - uses: actions/checkout@v2