diff --git a/.github/workflows/ng-renovate.yml b/.github/workflows/ng-renovate.yml index d74d4b1cb..772ce3a69 100644 --- a/.github/workflows/ng-renovate.yml +++ b/.github/workflows/ng-renovate.yml @@ -11,6 +11,9 @@ on: permissions: contents: read +env: + COREPACK_ENABLE_DOWNLOAD_PROMPT: 0 # Disable corepack prompt + jobs: renovate: strategy: