Skip to content

Commit fb3f974

Browse files
committed
ci(circleci): try increase lint node memory limit
1 parent 10ad243 commit fb3f974

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
@@ -180,6 +180,8 @@ jobs:
180180
lint:
181181
executor: node
182182
resource_class: small
183+
environment:
184+
NODE_OPTIONS: --max-old-space-size=2048
183185
steps:
184186
- attach_workspace:
185187
at: .

0 commit comments

Comments
 (0)