Problem description
The documentation examples
use GHA running in a Cypress Docker Image
cypress/browsers:node12.13.0-chrome78-ff70.
Although this docker image is still available, Node.js 12 is in the End-of-Life Releases list and entered End-of-Life on 2022-04-30 so it is no longer a good active example of a Cypress Docker image.
Expected behavior
Any documentation examples which show GHA running in a Cypress Docker Image should select an image with a Node.js in active LTS (Long Term Support) state. This is currently Node.js 18. See Node.js Release Schedule.
Suggested Fix
Use the Cypress Docker image cypress/browsers:node18.12.0-chrome106-ff106 in the above documentation examples instead of the Node.js 12 Docker image.
Problem description
The documentation examples
use GHA running in a Cypress Docker Image
cypress/browsers:node12.13.0-chrome78-ff70.
Although this docker image is still available, Node.js 12 is in the End-of-Life Releases list and entered End-of-Life on 2022-04-30 so it is no longer a good active example of a Cypress Docker image.
Expected behavior
Any documentation examples which show GHA running in a Cypress Docker Image should select an image with a Node.js in active LTS (Long Term Support) state. This is currently Node.js 18. See Node.js Release Schedule.
Suggested Fix
Use the Cypress Docker image cypress/browsers:node18.12.0-chrome106-ff106 in the above documentation examples instead of the Node.js 12 Docker image.