ci: pin playwright to 1.61.1 matching runner image
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:
@@ -39,7 +39,7 @@ jobs:
|
||||
needs: verify
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: mcr.microsoft.com/playwright:v1.59.0-jammy
|
||||
image: mcr.microsoft.com/playwright:v1.61.1-jammy
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Enable Corepack
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2",
|
||||
"@playwright/test": "^1",
|
||||
"@playwright/test": "1.61.1",
|
||||
"@size-limit/preset-small-lib": "^11",
|
||||
"@vitest/coverage-v8": "^2",
|
||||
"jsdom": "^25",
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user