Updated config.yml

This commit is contained in:
mzhu25 2021-05-10 19:51:12 -07:00
parent 0d6021e5e3
commit d2f4a0c5f3

View File

@ -2,11 +2,11 @@ version: 2.1
jobs: jobs:
build: build:
resource_class: large resource_class: xlarge
docker: docker:
- image: node:12 - image: node:12
environment: environment:
NODE_OPTIONS: '--max-old-space-size=6442' NODE_OPTIONS: '--max-old-space-size=16384'
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout