From 3366d0341e321e67601e7f2ec799e6b5a55214a6 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 28 Jan 2022 20:52:09 +0800 Subject: [PATCH] ci: skip Node.js 17 CI until https://github.com/cypress-io/cypress/issues/19600 is resolved --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5