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 4bb69ad commit af41ba9Copy full SHA for af41ba9
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
jobs:
3
test:
4
docker:
5
- - image: cimg/node:18.10-browsers
+ - image: cimg/node:18.18-browsers
6
auth:
7
username: $DOCKER_HUB_USERNAME
8
password: $DOCKER_HUB_ACCESS_TOKEN
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3'
services:
tests:
- image: cimg/node:14.19-browsers
+ image: cimg/node:18.18-browsers
working_dir: /app
command: yarn test:testingbot-chrome
user: root
0 commit comments