Skip to content

Commit 12a1a51

Browse files
fixup! Update dependencies (#674)
1 parent df3649a commit 12a1a51

259 files changed

Lines changed: 3 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Playwright
1111
runs-on: ubuntu-24.04
1212
container:
13-
image: mcr.microsoft.com/playwright:v1.50.1-noble
13+
image: mcr.microsoft.com/playwright:v1.57.0-noble
1414
steps:
1515
- name: Clone repository
1616
uses: actions/checkout@v4

docker/playwright/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM mcr.microsoft.com/playwright:v1.50.1
1+
FROM mcr.microsoft.com/playwright:v1.57.0
22
RUN mkdir /workspace
33
WORKDIR /workspace

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devEngines": {
3535
"runtime": {
3636
"name": "node",
37-
"version": "22.x",
37+
"version": "22.x || 24.x",
3838
"onFail": "error"
3939
},
4040
"packageManager": {
-802 Bytes
-802 Bytes
-313 Bytes
-480 Bytes
-581 Bytes

0 commit comments

Comments
 (0)