diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90aa6206c70..fe8a129fac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -348,12 +348,6 @@ jobs: - name: Edit .npmrc [link-workspace-packages=false] run: sed -i -E 's/link-workspace-packages=(deep|true)/link-workspace-packages=false/' .npmrc - # - name: Configure pnpm to ignore minimum release age for @clerk packages - # if: ${{ steps.task-status.outputs.affected == '1' }} - # run: | - # echo "minimum-release-age-exclude=@clerk/*" >> .npmrc - # pnpm config set minimum-release-age-exclude @clerk/* - - name: Install @clerk/backend in /integration if: ${{ steps.task-status.outputs.affected == '1' }} working-directory: ./integration