Hi,
I’m new to CircleCI, and so far it seems like a good bit of kit.
I added the below to my circle.yml file
machine: node: version: 6.9.1
This triggered the following step in the machine phase during a build
set node.js version to 6.9.1
During my earlier builds this step only used to take 4 seconds to complete.
I’ve realised in my most recent builds it now takes around 3 minutes to complete.
I’m curious as to why this might be? And if there is a way to get back to the 4 second mark
Any help is appreciated
Thanks