Skip to content

Commit 0daa81d

Browse files
authored
fix: run npm audit fix (#2696)
* fix: run npm audit fix * fix: bump playwright image in CI
1 parent e2c9364 commit 0daa81d

File tree

3 files changed

+375
-1128
lines changed

3 files changed

+375
-1128
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.53.1-jammy
60+
image: mcr.microsoft.com/playwright:v1.56.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
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 60
1818
runs-on: ubuntu-latest
1919
container:
20-
image: mcr.microsoft.com/playwright:v1.53.1-jammy
20+
image: mcr.microsoft.com/playwright:v1.56.1-jammy
2121
steps:
2222
- uses: actions/checkout@v3
2323
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)