I am using Protractor for Angular E2E Tests + Puppeteer for a consistent Chrome Version in all CI-Servers.
Lately I am getting SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 78 Errors.
Although the installed versions of puppeteer (1.20.0 -> Chromium 78.0.3882.0) and webdriver-manager are matching.
Any ideas on how to solve this? For more information from the build you can see the CI log here and the project here