File tree 6 files changed +18818
-8747
lines changed
6 files changed +18818
-8747
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ jobs:
21
21
- name : Setup node
22
22
uses : actions/setup-node@v2-beta
23
23
with :
24
- node-version : ' 14 '
24
+ node-version : ' 18 '
25
25
check-latest : true
26
26
- name : node_modules cache
27
27
id : node_modules_cache
28
28
uses : actions/cache@v2
29
29
with :
30
30
path : ./node_modules
31
- key : ${{ runner.os }}-14 -node_modules-${{ hashFiles('package-lock.json') }}
31
+ key : ${{ runner.os }}-18 -node_modules-${{ hashFiles('package-lock.json') }}
32
32
restore-keys : |
33
- ${{ runner.os }}-14 -node_modules-
33
+ ${{ runner.os }}-18 -node_modules-
34
34
- name : NPM install
35
35
if : steps.node_modules_cache.outputs.cache-hit != 'true'
36
36
run : npm ci
Original file line number Diff line number Diff line change
1
+ * Fix password policy error message handling in password reset flow (#1047 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN tar --strip-components=2 -C /usr/bin -xf hub.tgz hub-linux-amd64-2.11.2/bin/
16
16
# RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
17
17
# RUN dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install
18
18
19
- # Pin Chrome v118 because we're pinning this version in CI.
19
+ # Pin Chrome v119 because we're pinning this version in CI.
20
20
# TODO: Install the lastest Chrome stable version once we unpin chrome version in CI.
21
- RUN wget http ://dl.google. com/linux /chrome/deb/pool/main/g/google- chrome-stable/google-chrome-stable_118 .0.5993.70_amd64.deb
22
- RUN dpkg -i google-chrome-stable_118 .0.5993.70_amd64 .deb; apt-get -fy install
21
+ RUN wget https ://edgedl.me.gvt1. com/edgedl /chrome/chrome-for-testing/119 .0.6045.105/linux64/chrome-linux64.zip
22
+ RUN dpkg -i google-chrome-stable_119 .0.6045.105_amd64 .deb; apt-get -fy install
Original file line number Diff line number Diff line change 23
23
24
24
# Setup and start Sauce Connect locally.
25
25
if [[ $OSTYPE == ' darwin' * ]]; then
26
- CONNECT_URL=" https://saucelabs.com/downloads/sc-4.7.1 -osx.zip"
26
+ CONNECT_URL=" https://saucelabs.com/downloads/sc-4.9.2 -osx.zip"
27
27
else
28
- CONNECT_URL=" https://saucelabs.com/downloads/sc-4.7.1 -linux.tar.gz"
28
+ CONNECT_URL=" https://saucelabs.com/downloads/sc-4.9.2 -linux.tar.gz"
29
29
fi
30
30
CONNECT_DIR=" /tmp/sauce-connect-$RANDOM "
31
31
CONNECT_DOWNLOAD=" sc-latest-linux.tar.gz"
You can’t perform that action at this time.
0 commit comments