is it somehow possible to always run your cypress tests against the latest chrome version (in in CI environment)?
when I run them without the parallel flag and I don't specify any cypress docker container it will just use the github agent (with version chrome 103)
if I wanna run the tests in parallel and I specify the docker container "cypress/browsers:latest" it is going to use 100
Am I using it wrong?; is there a better way?