Skip to content

Commit ff3a6fd

Browse files
authored
chore: Limit typecheck's concurrency to avoid OOMs (RocketChat#39697)
1 parent 6faf593 commit ff3a6fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: TS TypeCheck
7979
if: matrix.check == 'ts'
80-
run: yarn turbo run typecheck
80+
run: yarn turbo run typecheck --concurrency=5
8181

8282
- name: Cache eslint
8383
uses: actions/cache@v5

0 commit comments

Comments
 (0)