diff --git a/.github/actions/setup-pnpm-store-cache/action.yml b/.github/actions/setup-pnpm-store-cache/action.yml index 5a95ccadda0..a06e79fa03c 100644 --- a/.github/actions/setup-pnpm-store-cache/action.yml +++ b/.github/actions/setup-pnpm-store-cache/action.yml @@ -39,6 +39,7 @@ runs: - name: Setup pnpm (corepack retry) shell: bash env: + COREPACK_ENABLE_DOWNLOAD_PROMPT: "0" PNPM_VERSION: ${{ inputs.pnpm-version }} run: | set -euo pipefail