diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 635f824dcdb0..518d32501d64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: ${{ runner.os }}-yarn- - name: Update Yarn cache if: steps.yarn-cache.outputs.cache-hit != 'true' + env: + YARN_ENABLE_SCRIPTS: false # disable post-install scripts run: | yarn install --immutable