We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786638c commit a3bb091Copy full SHA for a3bb091
.github/workflows/webdriver.yml
@@ -21,7 +21,7 @@ jobs:
21
node-version: [20.x]
22
23
steps:
24
- - run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:4.27
+ - run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:4.28
25
- uses: actions/checkout@v4
26
- name: Use Node.js ${{ matrix.node-version }}
27
uses: actions/setup-node@v4
0 commit comments