diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 0f05067..c93b7bf 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -32,7 +32,7 @@ jobs: cache: "pnpm" - name: Install dependencies - run: pnpm install --no-frozen-lockfile + run: pnpm install --frozen-lockfile - name: Check EditorConfig compliance uses: editorconfig-checker/action-editorconfig-checker@main