Skip to content

Commit

Permalink
docs: update Docker image examples to supported Node.js 18 (#5492)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Sep 25, 2023
1 parent 62fc5fd commit 4c04a92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guides/continuous-integration/aws-codebuild.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/continuous-integration/bitbucket-pipelines.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting-started/installing-cypress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c04a92

Please sign in to comment.