Try setting node option on job itself

This commit is contained in:
Ian VanSchooten 2022-11-16 09:58:38 -05:00
parent 23bf4fd0a5
commit 2ad359f2d3

View File

@ -405,6 +405,8 @@ jobs:
executor:
class: medium+
name: sb_node_16_browsers
environment:
NODE_OPTIONS: --max_old_space_size=6144
steps:
# switched this to the CircleCI helper to get the full git history for TurboSnap
- checkout