Skip to content

Commit 39f193a

Browse files
committed
chore(github): run on ubuntu 22 to see if it addresses webdriverio/webdriverio#14501
1 parent 9b29491 commit 39f193a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
strategy:
1414
matrix:
1515
node-version: [ 18.x, 20.x, 22.x ]
@@ -26,8 +26,6 @@ jobs:
2626
java-version: '17'
2727
- name: Setup Node Modules
2828
uses: bahmutov/npm-install@v1
29-
- name: Install Google Chrome
30-
run: sudo apt-get install google-chrome-stable
3129
- run: npm run lint
3230
- run: npm test
3331
env:

0 commit comments

Comments
 (0)