]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: fix typo
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 23 Aug 2021 12:08:01 +0000 (20:08 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 23 Aug 2021 12:08:01 +0000 (20:08 +0800)
.github/workflows/ci.yml

index 6ab32fe76c1e60ac84547f6aa5142d1becf5f3c8..ca0be65fdc61f31d51b354ca7edbb7c6312ce416 100644 (file)
@@ -15,14 +15,14 @@ jobs:
           - ubuntu-latest
           - macos-latest
           - windows-latest
-        node_version:
+        node-version:
           - 14
         include:
           - node-version: 12
             os: unbuntu-latest
           - node-version: 16
             os: ubuntu-latest
-    name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
+    name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v1
       - uses: pnpm/action-setup@v2.0.1
@@ -30,7 +30,7 @@ jobs:
           version: 6
       - uses: actions/setup-node@v2
         with:
-          node-version: ${{ matrix.node_version }}
+          node-version: ${{ matrix.node-version }}
           cache: 'pnpm'
       - run: pnpm install
       - run: pnpm test