diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3825349a8..44804857c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: # postInstall will build the product - name: Install dependencies and Build the product - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: Workflow failed alert if: ${{ failure() }}