From: Evan You Date: Mon, 20 Sep 2021 16:43:06 +0000 (-0400) Subject: ci: use frozen lockfile X-Git-Tag: v3.2.13~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7915a593eacf4e91c844044a7fd9b89efa0e70de;p=thirdparty%2Fvuejs%2Fcore.git ci: use frozen lockfile --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72964509f9..66f0f97265 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: