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 ae53b77 commit bee6c1fCopy full SHA for bee6c1f
.github/workflows/test-changed-auth.yml
@@ -23,7 +23,7 @@ env:
23
# the behavior to use the new URLs.
24
CHROMEDRIVER_CDNURL: https://googlechromelabs.github.io/
25
CHROMEDRIVER_CDNBINARIESURL: https://storage.googleapis.com/chrome-for-testing-public
26
- CHROME_VALIDATED_VERSION: linux-120.0.6099.71
+ CHROME_VALIDATED_VERSION: linux-132.0.6834.110
27
# Bump Node memory limit
28
NODE_OPTIONS: "--max_old_space_size=4096"
29
@@ -119,4 +119,4 @@ jobs:
119
- name: Run tests on changed packages
120
run: yarn test:changed auth
121
env:
122
- BROWSERS: 'WebkitHeadless'
+ BROWSERS: 'WebkitHeadless'
0 commit comments