Skip to content

Commit 48e883b

Browse files
committed
Merge remote-tracking branch 'origin/master' into feature/FIX-stable-run-in-case-of-leftovers
2 parents 1edf159 + 7b23bff commit 48e883b

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:12-browsers
7+
- image: cimg/node:14.19-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:12-browsers
18-
- image: circleci/dynamodb:oracle
17+
- image: cimg/node:14.19-browsers
18+
- image: circleci/dynamodb
1919

2020
steps:
2121
- checkout

0 commit comments

Comments
 (0)