Skip to content

Commit a5e7d02

Browse files
committed
try to fix some wdio tests
1 parent 5600a85 commit a5e7d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webdriver.yml

Lines changed: 2 additions & 2 deletions
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.26
24+
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:4.27
2525
- uses: actions/checkout@v4
2626
- name: Use Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v4
@@ -32,7 +32,7 @@ jobs:
3232
php-version: 8.0
3333
- name: npm install
3434
run: |
35-
npm i --force
35+
npm i
3636
env:
3737
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
3838
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true

0 commit comments

Comments
 (0)