Skip to content

Commit a3bb091

Browse files
authored
Update webdriver.yml
1 parent 786638c commit a3bb091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webdriver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: [20.x]
2222

2323
steps:
24-
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:4.27
24+
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:4.28
2525
- uses: actions/checkout@v4
2626
- name: Use Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)