Skip to content

Example uses Docker image with end-of-life Node.js 12 #680

@MikeMcC399

Description

@MikeMcC399

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions