After updating netlify in Query Builder in: change 1053249, the test build seems to fail during the installation phase on an EACCESS error. See: https://integration.wikimedia.org/ci/job/generic-node20-browser/454/console
Namely, the following error appears:
00:01:21.481 npm ERR! sharp: Please see https://sharp.pixelplumbing.com/install for required dependencies 16:50 00:01:21.482 npm ERR! sharp: Installation error: EACCES: permission denied, mkdir '/nonexistent/.npm'
This might be due to the fact that the sharp package is trying to access the npm cache but is not using the XDG_CACHE_HOME variable.