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

index 22a3b35a536227aa5c2fb3b311d65455c852f6a7..defe4249d8f8228a151f05fe7e98390833acc541 100644 (file)
@@ -21,7 +21,7 @@ jobs:
         include:
           - node-version: 14
             os: ubuntu-latest
-          - node-version: 17
+          - node-version: 18
             os: ubuntu-latest
     name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
     steps: