Skip to content

Commit 38a5f17

Browse files
chore(deps): update CI Chrome Docker example to Docker Node.js 18 (#617)
Co-authored-by: Emily Rohrbough <[email protected]>
1 parent 27ad11b commit 38a5f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/chrome-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on: push
55
jobs:
66
# run Chrome inside a Docker container
77
chrome:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
# https://github.com/cypress-io/cypress-docker-images
10-
container: cypress/browsers:node14.17.6-chrome100-ff98
10+
container: cypress/browsers:node18.12.0-chrome107
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v3

0 commit comments

Comments
 (0)