diff --git a/aio/scripts/test-production.sh b/aio/scripts/test-production.sh index bd5b534680..24200c51c1 100755 --- a/aio/scripts/test-production.sh +++ b/aio/scripts/test-production.sh @@ -12,8 +12,9 @@ set +x -eu -o pipefail cd "$aioDir" # Install dependencies. + # (Since this script may run on different branches (e.g. stable), ignore the engines check.) echo -e "\nInstalling dependencies in '$aioDir'...\n-----" - yarn install --frozen-lockfile --non-interactive + yarn install --frozen-lockfile --ignore-engines --non-interactive yarn update-webdriver # Run checks for target URL.