We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680a91c commit b122b94Copy full SHA for b122b94
.circleci/config.yml
@@ -6,7 +6,8 @@ orbs:
6
executors:
7
default:
8
docker:
9
- - image: cypress/browsers:node18.12.0-chrome107 # keep in sync with .nvmrc and any other executors
+ # keep in sync with .nvmrc and any other executors
10
+ - image: cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1
11
environment:
12
CC_TEST_REPORTER_ID: 0f2bc6ef737019bfc8eda369cd06b66c54606b144b4d81cec010fb494d2559af
13
0 commit comments