From ea7666b0dad51406294559e85e740f0125369a41 Mon Sep 17 00:00:00 2001 From: niizom Date: Thu, 27 Aug 2026 21:57:58 +0500 Subject: [PATCH] [CDX-610] fix react-compat ci failing --- .github/workflows/react-compat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-compat.yml b/.github/workflows/react-compat.yml index 0e2b425..2a8f1e1 100644 --- a/.github/workflows/react-compat.yml +++ b/.github/workflows/react-compat.yml @@ -36,7 +36,7 @@ jobs: mv "${tarballs[0]}" constructorio-ui-components.tgz - name: Install fixture deps working-directory: test/react-compat/${{ matrix.react-major }} - run: npm ci --no-audit --no-fund + run: npm install --no-audit --no-fund --package-lock=false - name: Typecheck fixture working-directory: test/react-compat/${{ matrix.react-major }} run: npm run typecheck