]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: use no-frozen-lockfile
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 28 Feb 2023 11:39:22 +0000 (19:39 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 28 Feb 2023 11:39:22 +0000 (19:39 +0800)
.github/workflows/ci.yml

index 05cf4360e7315e90fc6ab4ed24667d8a32671af8..1598b2f4a26647f40cc995237fab4c918465b2db 100644 (file)
@@ -156,7 +156,7 @@ jobs:
 
       - name: Install dependencies in the sample project
         working-directory: ../sample-project
-        run: pnpm install
+        run: pnpm install --no-frozen-lockfile
 
       - if: ${{ contains(matrix.flag-for-vitest, '--') }}
         name: Run unit test script