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:
build:
resource_class: large
resource_class: xlarge
docker:
- image: node:12
environment:
NODE_OPTIONS: '--max-old-space-size=6442'
NODE_OPTIONS: '--max-old-space-size=16384'
working_directory: ~/repo
steps:
- checkout