Skip to content

Commit

Permalink
[core] Limit test-types CI step allowed memory (mui#12651)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy authored Apr 4, 2024
1 parent 3778ed8 commit 7424bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
name: Tests TypeScript definitions
command: yarn typescript:ci
environment:
NODE_OPTIONS: --max-old-space-size=3072
NODE_OPTIONS: --max-old-space-size=2048
test_e2e:
<<: *default-job
docker:
Expand Down

0 comments on commit 7424bae

Please sign in to comment.