Skip to content

Commit 7bb12d7

Browse files
authored
Bump playwright to 1.26.1 (#21357)
1 parent bbbf9a4 commit 7bb12d7

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ steps:
571571

572572
# TODO: We should probably build all dependencies into a test image
573573
- name: test-e2e
574-
image: mcr.microsoft.com/playwright:v1.24.0-focal
574+
image: mcr.microsoft.com/playwright:v1.26.1-focal
575575
commands:
576576
- curl -sLO https://go.dev/dl/go1.19.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz
577577
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea

package-lock.json

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"wrap-ansi": "8.0.1"
4848
},
4949
"devDependencies": {
50-
"@playwright/test": "1.25.2",
50+
"@playwright/test": "1.26.1",
5151
"@stoplight/spectral-cli": "6.5.1",
5252
"eslint": "8.23.0",
5353
"eslint-plugin-import": "2.26.0",

0 commit comments

Comments
 (0)