Skip to content

Commit c4a8c7f

Browse files
Other tweaks
1 parent 2c0326c commit c4a8c7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node.js
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 16
23+
node-version: 18
2424

2525
- name: Clean install the project
2626
run: npm ci

wdio.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ exports.config = {
6161
browserName: 'chrome',
6262
acceptInsecureCerts: true,
6363
'goog:chromeOptions': {
64-
args: ['headless', 'disable-gpu']
64+
args: ['headless']
6565
}
6666
// If outputDir is provided WebdriverIO can capture driver session logs
6767
// it is possible to configure which logTypes to include/exclude.

0 commit comments

Comments
 (0)