From 76d47da7a39b0ee5d2d68bbdc035c6d25f27c03f Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Thu, 20 Jan 2022 17:20:40 +0800 Subject: [PATCH] ci: uncomment --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 -- 2.39.5