Skip to content

Commit

Permalink
ci(circleci): try increase lint node memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
GerkinDev committed Nov 15, 2022
1 parent 10ad243 commit fb3f974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ jobs:
lint:
executor: node
resource_class: small
environment:
NODE_OPTIONS: --max-old-space-size=2048
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit fb3f974

Please sign in to comment.