The find-cache-dir initiative (maybe a big word) is a cross-vendor standard to store program cache information inside node_modules/.cache.
It appears that blubber's runuser struggles to write to this place. It can be argued that this is a safe(r) bet and the right thing to do, but it goes against the idea of find-cache-dir, does it not?
The cache directory of find-cache-dir can be influenced using the CACHE_DIR env, which offers a workaround (though the documentation explicitly mentions "test" scenarios).
What is the official recommendation when using vendors relying on find-cache-dir in blubber (use the env, build an exception for node_modules/.cache into blubber, or maybe a 3rd way)?