From 9d9ad3d0cefcd1c6d3583a2b3ebadd679e4e7e22 Mon Sep 17 00:00:00 2001 From: FC5570 <68158483+FC5570@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:14:08 +0530 Subject: [PATCH] chore: fix invalid yarn command gh workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f507232..0c4f2c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: cache: 'yarn' - name: Install Dependencies - run: yarn install --frozen-lockfile + run: yarn install --immutable # Waiting for API key approval