Skip to content

Commit 837b2e5

Browse files
obiotclaude
andcommitted
ci: bump playwright container to v1.61.1-noble (match dep bump)
The test job runs in the Playwright Docker image, whose browser builds must match the installed playwright version. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019t8kP8vp58ZrvaD2FqJU6A
1 parent bca97f9 commit 837b2e5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
needs: lint
4747
runs-on: ubuntu-latest
4848
container:
49-
image: mcr.microsoft.com/playwright:v1.59.1-noble
49+
# must match the workspace's playwright version (root devDependencies)
50+
image: mcr.microsoft.com/playwright:v1.61.1-noble
5051
steps:
5152
- uses: actions/checkout@v5
5253
- name: Setup node

0 commit comments

Comments
 (0)