From cac23d9ba41df2a2036c7534382d4db16785a95b Mon Sep 17 00:00:00 2001 From: Yogendra Shelke Date: Fri, 5 Dec 2025 15:15:49 +0530 Subject: [PATCH] Change yarn install command to allow updates --- .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 0c2d2bf..009f63a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: corepack enable - name: Install dependencies - run: yarn install --immutable + run: yarn install - name: Type check run: yarn typecheck