diff --git a/.circleci/config.yml b/.circleci/config.yml index 87eaebf9b..693d8be9b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,7 +88,7 @@ jobs: name: Install Dependencies command: npm i - - run: npm run build:production:imex + - run: NODE_OPTIONS=--max-old-space-size=8192 npm run build:production:imex - aws-cli/setup: aws_access_key_id: AWS_ACCESS_KEY_ID @@ -161,7 +161,7 @@ jobs: name: Install Dependencies command: npm i - - run: npm run build:production:rome + - run: NODE_OPTIONS=--max-old-space-size=8192 npm run build:production:rome - aws-cli/setup: aws_access_key_id: AWS_ACCESS_KEY_ID @@ -219,7 +219,7 @@ jobs: name: Install Dependencies command: npm i - - run: npm run build:test:rome + - run: NODE_OPTIONS=--max-old-space-size=8192 npm run build:test:rome - aws-cli/setup: aws_access_key_id: AWS_ACCESS_KEY_ID @@ -277,7 +277,7 @@ jobs: name: Install Dependencies command: npm i - - run: npm run build:test:imex + - run: NODE_OPTIONS=--max-old-space-size=8192 npm run build:test:imex - aws-s3/sync: from: build @@ -298,7 +298,7 @@ jobs: name: Install Dependencies command: npm i - - run: npm run build:test:imex + - run: NODE_OPTIONS=--max-old-space-size=8192 npm run build:test:imex - aws-cli/setup: aws_access_key_id: AWS_ACCESS_KEY_ID