diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a4e8b0d10..30d27a45c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -18,9 +18,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Remove pnpm lockfile - run: rm pnpm-lock.yaml - - name: Pnpm setup uses: pnpm/action-setup@v2 with: