# Supply-chain cooldown: only resolve package versions that have been public for
# at least this many DAYS (npm >= 11.16). This image runs `npm install`, so the
# cooldown actively gates the Playwright dependency tree at build time. Override
# a deliberately-fresh pin for a single run with `npm install --min-release-age=0`.
min-release-age=1
