From 019b5ab4c99686cc60b8d260f5b06582f77100ca Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Fri, 11 Dec 2020 10:59:15 +0100 Subject: [PATCH] Remove yarn `CHILD_CONCURRENCY` limit --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0c4fdf2316..f16327f7242 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,6 @@ jobs: monaco: runs-on: ubuntu-latest env: - CHILD_CONCURRENCY: "1" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v2