From 72b73cea6b5dbe242dbb2148fcb4b20b763a4619 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 12 Mar 2025 06:11:39 +0530 Subject: [PATCH] ci: use --frozen-lockfile in yarn install --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 928ee5a08adb..9127804ba11a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -79,7 +79,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: yarn - - run: yarn + - run: yarn --frozen-lockfile - name: Enable webpack persistent caching uses: ./.github/actions/webpack-persistent-cache