Skip to content

Commit 7b23bff

Browse files
authored
Merge pull request #131 from shelfio/feature/CI-fix-circle-ci-nodeversion-14
2 parents 7247c54 + 97b3b66 commit 7b23bff

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)