Skip to content

Commit 335e6b4

Browse files
committed
specify node options for no-dup-keys test in config.yml
1 parent af1f032 commit 335e6b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ jobs:
181181
command: npm run no-es6-dist
182182
- run:
183183
name: Test plotly bundles againt duplicate keys
184+
environment:
185+
NODE_OPTIONS: --max_old_space_size=4096
184186
command: npm run no-dup-keys
185187

186188
workflows:

0 commit comments

Comments
 (0)