Mask your broken version and better understand how npm dist-tags works — TL;DR npm dist-tag add <package-name>@<last-working-version> latest Context Here at Outbrain, we work with CI/CD to publish our npm packages, and a few days ago, I updated a small package that the deployment process is using, validated the code, and released the package through our pipeline. The CI ran tests and published the…