You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what the default heap allocation is, but for some larger projects using webpack etc it's insufficient and the heap allocation needs to be increased via something like this:
export NODE_OPTIONS=--max_old_space_size=4096
It would be great if this could be done in the node setup action via some clean API :)