CI is now failing due to npm install operations bottlenecking since we aren't implementing a proper install queue system, it is only serial at the parent level.
We need to either have some way of coalescing the install tasks into a serial graph or to indicate they should be queued with only one install operation running at a time.
CI is now failing due to npm install operations bottlenecking since we aren't implementing a proper install queue system, it is only serial at the parent level.
We need to either have some way of coalescing the install tasks into a serial graph or to indicate they should be queued with only one install operation running at a time.