Skip to content

Commit ee50d50

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 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: cimg/node:14-browsers
7+
- image: cimg/node:14.19-browsers
88

99
steps:
1010
- checkout
@@ -14,7 +14,7 @@ jobs:
1414
test_with_db:
1515
working_directory: ~/repo
1616
docker:
17-
- image: cimg/node:14-browsers
17+
- image: cimg/node:14.19-browsers
1818
- image: dynamo
1919

2020
steps:

0 commit comments

Comments
 (0)