diff --git a/.circleci/config.yml b/.circleci/config.yml index ae502f5..c39f793 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,8 +40,10 @@ jobs: command: | bash <(curl -s https://codecov.io/bash) e2e-zeppelin: - machine: true - environment: + machine: + image: ubuntu-2204:2024.01.1 + resource_class: large + environment: NODE_OPTIONS: --max_old_space_size=8192 steps: - checkout