]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: add Node.js 18 CI
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 18 Jul 2022 07:31:20 +0000 (15:31 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 18 Jul 2022 07:31:20 +0000 (15:31 +0800)
.github/workflows/ci.yml

index 596a8dc0933ffa653c483e4f92665796994b7e54..093274ec280d32d9bb35bb5876451694865ebdd4 100644 (file)
@@ -25,10 +25,8 @@ jobs:
         include:
           - node-version: 14
             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
+          - node-version: 18
+            os: ubuntu-latest
     name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2