Skip to content

Commit ef9b812

Browse files
committed
Pin Playwright to 1.60.0 to keep the integration-test Chromium unchanged
1 parent e1aed69 commit ef9b812

2 files changed

Lines changed: 18 additions & 15 deletions

File tree

.github/actions/find/package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/find/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@
1616
"@accesslint/playwright": "^0.5.0",
1717
"@actions/core": "^3.0.1",
1818
"@axe-core/playwright": "^4.11.3",
19-
"@playwright/test": "^1.60.0",
19+
"@playwright/test": "1.60.0",
2020
"esbuild": "^0.28.0",
21-
"playwright": "^1.60.0"
21+
"playwright": "1.60.0"
2222
},
2323
"devDependencies": {
2424
"@types/node": "^25.9.0",
2525
"typescript": "^6.0.3"
26+
},
27+
"overrides": {
28+
"playwright-core": "1.60.0"
2629
}
2730
}

0 commit comments

Comments
 (0)