Skip to content

Commit 1ee77c0

Browse files
authored
fix: downgraid chainsafe (#2316)
* fix: downgraid chainsafe * up lock * up lock * bump playwright * add override section
1 parent d27db21 commit 1ee77c0

File tree

4 files changed

+2568
-2633
lines changed

4 files changed

+2568
-2633
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
browser:
5858
runs-on: ubuntu-latest
5959
container:
60-
image: mcr.microsoft.com/playwright:v1.50.0-jammy
60+
image: mcr.microsoft.com/playwright:v1.51.1-jammy
6161
env:
6262
HOME: "/root"
6363
steps:

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 60
2121
runs-on: ubuntu-latest
2222
container:
23-
image: mcr.microsoft.com/playwright:v1.50.0-jammy
23+
image: mcr.microsoft.com/playwright:v1.51.1-jammy
2424
steps:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)