I'm currently installing the chromium package to get the chromium binary needed for puppeteer. The reason I'm installing it myself, rather than relying on the binary bundled with puppeteer, is because puppeteer doesn't provide one for arm64.
But as from puppeteer v20.0.0, they have switched to using "chrome for testing" rather than chromium (see here for details). It doesn't seem like there's a "chrome for testing" package, or even a "chrome" package for Debian?
How would I go about installing the relevant binary on Debian?