Skip to content

Commit 887e052

Browse files
committed
fix versions
1 parent 4fd048d commit 887e052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
timeout-minutes: 15
3939
container:
40-
image: mcr.microsoft.com/playwright:v1.44.0-jammy
40+
image: mcr.microsoft.com/playwright:v1.56.1-jammy
4141
options: --user 1001
4242

4343
strategy:

react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
4141
"@babel/preset-react": "^7.22.15",
4242
"@babel/preset-typescript": "^7.9.0",
43-
"@playwright/test": "^1.44.0",
43+
"@playwright/test": "^1.56.1",
4444
"@types/jest": "^28.1.1",
4545
"@types/node": "^12.12.6",
4646
"@types/react": "^18.2.21",

0 commit comments

Comments
 (0)