From: Haoqun Jiang Date: Fri, 28 Jan 2022 12:52:09 +0000 (+0800) Subject: ci: skip Node.js 17 CI until https://github.com/cypress-io/cypress/issues/19600 is... X-Git-Tag: v3.1.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3366d0341e321e67601e7f2ec799e6b5a55214a6;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: skip Node.js 17 CI until https://github.com/cypress-io/cypress/issues/19600 is resolved --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45d6bf5a..99bfdb2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,10 @@ jobs: include: - node-version: 14 os: ubuntu-latest - - node-version: 17 - os: ubuntu-latest + # Node.js 17 support is a known issue in Cypress + # Comment it out until is resolved + # - node-version: 17 + # os: ubuntu-latest name: Node ${{ matrix.node-version }} on ${{ matrix.os }} steps: - uses: actions/checkout@v2