diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1b323a04..78455c0ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -218,6 +218,9 @@ jobs: uses: ./tooling/github/setup - name: Lint + env: + # Keep concurrent ESLint processes within GitHub-hosted runner memory. + TURBO_CONCURRENCY: "4" run: pnpm lint && pnpm lint:ws format: