]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: also checkout submodules
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 6 Jan 2022 11:00:50 +0000 (19:00 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 6 Jan 2022 11:00:50 +0000 (19:00 +0800)
.github/workflows/ci.yml

index 15ea051d8153c20b014c00a37539835753d89f1c..fe5459a20a673c10f65de1af8fffe7b0cb54cba9 100644 (file)
@@ -30,7 +30,9 @@ jobs:
             os: ubuntu-latest
     name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
     steps:
-      - uses: actions/checkout@v1
+      - uses: actions/checkout@v2
+        with:
+          submodules: 'recursive'
       - uses: pnpm/action-setup@v2.0.1
         with:
           version: 6