Skip to content

Commit

Permalink
docs: update Docker examples to Node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Dec 23, 2022
1 parent 19ae4d7 commit fc43671
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -117,7 +117,7 @@ jobs:
firefox:
runs-on: ubuntu-latest
container:
image: cypress/browsers:node12.16.1-chrome80-ff73
image: cypress/browsers:node18.12.0-chrome106-ff106
options: --user 1001
steps:
- uses: actions/checkout@v3
Expand Down 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 fc43671

Please sign in to comment.