]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: use node 16 as the main version, as it's the active LTS
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 30 Nov 2021 12:41:07 +0000 (20:41 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 30 Nov 2021 12:41:07 +0000 (20:41 +0800)
.github/workflows/ci.yml

index 814bfd78df5bbd11de2d5e9888cc575e103d68c2..a47ecd0724a4ca415674592bb6eca095cd9dd220 100644 (file)
@@ -17,9 +17,9 @@ jobs:
           - macos-latest
           # - windows-latest
         node-version:
-          - 14
+          - 16
         include:
-          - node-version: 16
+          - node-version: 14
             os: ubuntu-latest
           - node-version: 17
             os: ubuntu-latest