From bf5a7287049ece0ece4f683d19203ab0ae6d0448 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:46:52 +0200 Subject: [PATCH] docs: update Docker image examples to supported Node.js 18 --- docs/guides/continuous-integration/aws-codebuild.mdx | 2 +- docs/guides/continuous-integration/bitbucket-pipelines.mdx | 4 ++-- docs/guides/getting-started/installing-cypress.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/continuous-integration/aws-codebuild.mdx b/docs/guides/continuous-integration/aws-codebuild.mdx index 17346c4768..565e6fea60 100644 --- a/docs/guides/continuous-integration/aws-codebuild.mdx +++ b/docs/guides/continuous-integration/aws-codebuild.mdx @@ -180,7 +180,7 @@ version: 0.2 ## AWS CodeBuild Batch configuration ## https://docs.aws.amazon.com/codebuild/latest/userguide/batch-build-buildspec.html -## Define build to run using the "cypress/browsers:node12.14.1-chrome85-ff81" image from the Cypress Amazon ECR Public Gallery +## Define build to run using the "cypress/browsers:node18.12.0-chrome106-ff106" image from the Cypress Amazon ECR Public Gallery batch: fast-fail: false build-list: diff --git a/docs/guides/continuous-integration/bitbucket-pipelines.mdx b/docs/guides/continuous-integration/bitbucket-pipelines.mdx index 9eeb4d4468..5035e17eb2 100644 --- a/docs/guides/continuous-integration/bitbucket-pipelines.mdx +++ b/docs/guides/continuous-integration/bitbucket-pipelines.mdx @@ -61,7 +61,7 @@ example, this allows us to run the tests in Firefox by passing the `--browser firefox` attribute to `cypress run`. ```yaml -image: cypress/browsers:node12.14.1-chrome85-ff81 +image: cypress/browsers:node18.12.0-chrome106-ff106 pipelines: default: @@ -89,7 +89,7 @@ Artifacts from a job can be defined by providing paths to the `artifacts` attribute. ```yaml -image: cypress/browsers:node12.14.1-chrome85-ff81 +image: cypress/browsers:node18.12.0-chrome106-ff106 pipelines: default: diff --git a/docs/guides/getting-started/installing-cypress.mdx b/docs/guides/getting-started/installing-cypress.mdx index 36a0ede7eb..33414779eb 100644 --- a/docs/guides/getting-started/installing-cypress.mdx +++ b/docs/guides/getting-started/installing-cypress.mdx @@ -238,7 +238,7 @@ container with the Node.js process. ui: image: cypress/base:latest # if targeting a specific node version, use e.g. - # image: cypress/base:14 + # image: cypress/base:18.12.1 ``` `cypress/base` is a drop-in replacement for