Skip to content

Commit af41ba9

Browse files
committed
Try Node 18.18 runner
Might possibly fix timeout issue? nodejs/node#49220
1 parent 4bb69ad commit af41ba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
test:
44
docker:
5-
- image: cimg/node:18.10-browsers
5+
- image: cimg/node:18.18-browsers
66
auth:
77
username: $DOCKER_HUB_USERNAME
88
password: $DOCKER_HUB_ACCESS_TOKEN

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33

44
tests:
5-
image: cimg/node:14.19-browsers
5+
image: cimg/node:18.18-browsers
66
working_dir: /app
77
command: yarn test:testingbot-chrome
88
user: root

0 commit comments

Comments
 (0)