Skip to content

Commit a15181c

Browse files
committed
ci: use next-gen images
1 parent b24b493 commit a15181c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test_without_db:
55
working_directory: ~/repo
66
docker:
7-
- image: circleci/node:14-browsers
7+
- image: cimg/node:14-browsers
88

99
steps:
1010
- checkout
@@ -14,8 +14,8 @@ jobs:
1414
test_with_db:
1515
working_directory: ~/repo
1616
docker:
17-
- image: circleci/node:14-browsers
18-
- image: circleci/dynamodb:oracle
17+
- image: cimg/node:14-browsers
18+
- image: dynamo
1919

2020
steps:
2121
- checkout

0 commit comments

Comments
 (0)