]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: uncomment
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 20 Jan 2022 09:20:40 +0000 (17:20 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 20 Jan 2022 09:20:40 +0000 (17:20 +0800)
.github/workflows/ci.yml

index f476d03ce18b62b15e782ac10cd94fe9f354bd07..45d6bf5a1acbe1152c136c4a8bee1675bc677018 100644 (file)
@@ -14,16 +14,16 @@ jobs:
       fail-fast: false
       matrix:
         os:
-          - ubuntu-latest
-          - macos-latest
+          - ubuntu-latest
+          - macos-latest
           - windows-latest
         node-version:
           - 16
-        include:
-          - node-version: 14
-            os: ubuntu-latest
-          - node-version: 17
-            os: ubuntu-latest
+        include:
+          - node-version: 14
+            os: ubuntu-latest
+          - node-version: 17
+            os: ubuntu-latest
     name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2