Skip to content

Commit da70bee

Browse files
committed
pin playwright in package.json to ensure the version always matches the version used in the docker image
1 parent f100db6 commit da70bee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test and publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-and-test:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: mcr.microsoft.com/playwright:v1.43.1
13+
image: mcr.microsoft.com/playwright:v1.53.1
1414
options: --user 1001
1515
steps:
1616
- uses: actions/checkout@v4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@detachhead/eslint-config": "^1.5.0",
31-
"@playwright/test": "^1.43.0",
31+
"@playwright/test": "1.53.1",
3232
"@sapui5/ts-types-esm": "^1.123.1",
3333
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
3434
"@types/eslint": "^8.4.6",

0 commit comments

Comments
 (0)