When using the buster-nodejs10-devel docker image for local docker development, apt-cache policy npm shows npm versions 5.8.0 and 6.14.8 (from buster-backports) available for install.
But when Blubber genereates an image from the same base image, the 6.14 version is not shown as available from buster-backports. (For background reasoning see T269762). I'm not sure whether it is intentional, wondering if there is a way to get npm version 6.14 from buster-backports (or through another method) on Blubber generated images for use in CI or if there would be a reason against doing so.