Identify browser version with pre built Image

I have workflow built for UI testing(headless) in circleCI. The pre built image that I am using is node:10.16.3-browsers. I am having issues wit login. The root cause identified as conditional policies are set where the chrom browser version should be 80 or above.
Please advise which pre built image I can use that will provide the browser version 80 only. The reason behind which I need only 80 is that I don’t have any issues with 80(local). If I have used node:14.3-browsers I’m having issues with login page(for example, page image has moved to different xpath).