ci: pin playwright to 1.61.1 matching runner image
CI / verify (pull_request) Successful in 29s
CI / e2e (pull_request) Successful in 1m20s
CI / publish (pull_request) Has been skipped

Floating "^1" resolved to 1.61.1 while the e2e container was pinned
to v1.59.0-jammy, so its browser builds were missing at launch. Pin the
dep exact and bump the image so the two versions move together.
This commit is contained in:
Ilia Mashkov
2026-07-01 09:17:42 +03:00
parent 4424934962
commit 6b79e1120b
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -737,7 +737,7 @@ __metadata:
resolution: "@ilia/carousel@workspace:."
dependencies:
"@biomejs/biome": "npm:^2"
"@playwright/test": "npm:^1"
"@playwright/test": "npm:1.61.1"
"@size-limit/preset-small-lib": "npm:^11"
"@vitest/coverage-v8": "npm:^2"
jsdom: "npm:^25"
@@ -820,7 +820,7 @@ __metadata:
languageName: node
linkType: hard
"@playwright/test@npm:^1":
"@playwright/test@npm:1.61.1":
version: 1.61.1
resolution: "@playwright/test@npm:1.61.1"
dependencies: