Skip to content

Commit

Permalink
docs: update Docker example to Node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Dec 21, 2022
1 parent 19ae4d7 commit 2b056c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -177,9 +177,9 @@ on: [push]
jobs:
cypress-run:
runs-on: ubuntu-20.04
# Cypress Docker image with Chrome v78
# and Firefox v70 pre-installed
container: cypress/browsers:node12.13.0-chrome78-ff70
# Cypress Docker image with Chrome v106
# and Firefox v106 pre-installed
container: cypress/browsers:node18.12.0-chrome106-ff106
steps:
- uses: actions/checkout@v3
- uses: cypress-io/github-action@v5
Expand Down

0 comments on commit 2b056c5

Please sign in to comment.