Skip to content

Commit

Permalink
Remove TOOL_NODE_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Oct 18, 2022
1 parent 9fa6b77 commit cd14fba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ jobs:
build:
working_directory: ~/bemuse
environment:
FORCE_COLOR: '1'
TOOL_NODE_FLAGS: --max_old_space_size=4096
FORCE_COLOR: "1"
docker:
- image: cimg/node:16.18.0-browsers
steps:
Expand Down Expand Up @@ -42,7 +41,7 @@ jobs:
e2e:
working_directory: ~/bemuse
environment:
FORCE_COLOR: '1'
FORCE_COLOR: "1"
SCREENSHOT_DIR: /tmp/bemuse-e2e-screenshot
docker:
- image: cimg/node:16.18.0-browsers
Expand Down

0 comments on commit cd14fba

Please sign in to comment.