]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
ci: use frozen lockfile
authorEvan You <yyx990803@gmail.com>
Mon, 20 Sep 2021 16:43:06 +0000 (12:43 -0400)
committerEvan You <yyx990803@gmail.com>
Mon, 20 Sep 2021 16:43:06 +0000 (12:43 -0400)
.github/workflows/ci.yml

index 72964509f9f54ecdb22d79fc9af671c2a350bc84..66f0f97265135572b0e89444d9aaad93ccb386f5 100644 (file)
@@ -16,7 +16,7 @@ jobs:
         with:
           node-version: 16
           cache: 'yarn'
-      - run: yarn install
+      - run: yarn install --frozen-lockfile
       - name: Run unit tests
         run: yarn test --ci
 
@@ -29,7 +29,7 @@ jobs:
         with:
           node-version: 16
           cache: 'yarn'
-      - run: yarn install
+      - run: yarn install --frozen-lockfile
       - name: Run type declaration tests
         run: yarn test-dts
 
@@ -44,7 +44,7 @@ jobs:
         with:
           node-version: 16
           cache: 'yarn'
-      - run: yarn install
+      - run: yarn install --frozen-lockfile
       - name: Check build size
         uses: posva/size-check-action@v1.1.2
         with: