I #npm install many projects frequently in CI environments. Looking into using #verdaccio as a caching npm proxy but it’s unclear if it has any solution for running out of disk space. Any experiences out there? #nodejs #devops
@boutell I actually made use of docker for caching, hosted it in GutHub which is also the CI, have an action that rebuilds the container weekly and it took my CO build times from 10-12 minutes down to 4-5.