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 27921ff commit 4a6b80aCopy full SHA for 4a6b80a
.github/workflows/nodejs.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: build
22
run: npm run build --if-present
23
- name: 'update:webdriver'
24
- run: 'npm run update:webdriver -- --versions.chrome=undefined'
+ run: 'npm run update:webdriver -- --versions.chrome=90.0.4430.24'
25
- name: 'sleep:7s'
26
uses: jakejarvis/wait-action@master
27
with:
0 commit comments