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 5600a85 commit a5e7d02Copy full SHA for a5e7d02
.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.26
+ - run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:4.27
25
- uses: actions/checkout@v4
26
- name: Use Node.js ${{ matrix.node-version }}
27
uses: actions/setup-node@v4
@@ -32,7 +32,7 @@ jobs:
32
php-version: 8.0
33
- name: npm install
34
run: |
35
- npm i --force
+ npm i
36
env:
37
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
38
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
0 commit comments