Skip to content

Commit 3366d03

Browse files
committed
ci: skip Node.js 17 CI until cypress-io/cypress#19600 is resolved
1 parent 1fc49eb commit 3366d03

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
include:
2323
- node-version: 14
2424
os: ubuntu-latest
25-
- node-version: 17
26-
os: ubuntu-latest
25+
# Node.js 17 support is a known issue in Cypress
26+
# Comment it out until <https://github.com/cypress-io/cypress/issues/19600> is resolved
27+
# - node-version: 17
28+
# os: ubuntu-latest
2729
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
2830
steps:
2931
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)