@@ -18,11 +18,11 @@ jobs:
1818 # Run inside Microsoft's official Playwright image. Includes all browsers
1919 # (Chromium/Firefox/WebKit) plus every system dependency Playwright needs,
2020 # so we no longer need a custom apt-get block or `playwright install --with-deps`.
21- # Tag pinned to v1.59.1 -noble to match the `playwright` version in package.json
21+ # Tag pinned to v1.60.0 -noble to match the `playwright` version in package.json
2222 # so the bundled browser binaries always match the npm client. Node is then
2323 # normalised to the version in .nvmrc by actions/setup-node below.
2424 container :
25- image : mcr.microsoft.com/playwright:v1.59.1 -noble
25+ image : mcr.microsoft.com/playwright:v1.60.0 -noble
2626 # Run as root so actions/setup-node cache writes and the Playwright
2727 # browser cache write work without permission issues. The Playwright
2828 # noble image runs as the `pwuser` non-root user by default.
4343 - name : Install dependencies
4444 run : npm ci
4545
46- # The mcr.microsoft.com/playwright:v1.59.1 -noble image already ships the
47- # browser binaries for Playwright 1.59.1 under /ms-playwright. Because the
46+ # The mcr.microsoft.com/playwright:v1.60.0 -noble image already ships the
47+ # browser binaries for Playwright 1.60.0 under /ms-playwright. Because the
4848 # image is pinned to the same Playwright version as the `playwright` npm
4949 # dep in package.json, we deliberately skip both `playwright install` and
5050 # the Playwright browser cache here — they would just re-download what
0 commit comments