]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: skip Node.js 17 CI until https://github.com/cypress-io/cypress/issues/19600 is...
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 28 Jan 2022 12:52:09 +0000 (20:52 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 28 Jan 2022 12:52:09 +0000 (20:52 +0800)
.github/workflows/ci.yml

index 45d6bf5a1acbe1152c136c4a8bee1675bc677018..99bfdb2d2d9ac6432fcf3d8ac3c9e88f499a388e 100644 (file)
@@ -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 <https://github.com/cypress-io/cypress/issues/19600> is resolved
+          # - node-version: 17
+          #   os: ubuntu-latest
     name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2