Skip to content

Commit

Permalink
Try Node 18.18 runner
Browse files Browse the repository at this point in the history
Might possibly fix timeout issue?
nodejs/node#49220
  • Loading branch information
NoelLH committed Nov 15, 2023
1 parent 4bb69ad commit af41ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
test:
docker:
- image: cimg/node:18.10-browsers
- image: cimg/node:18.18-browsers
auth:
username: $DOCKER_HUB_USERNAME
password: $DOCKER_HUB_ACCESS_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af41ba9

Please sign in to comment.