0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Remove MongoDB from testing, update Node image

This commit is contained in:
G.Ambatte
2022-03-25 15:06:26 +13:00
parent f246c96b28
commit b0d8462a60

View File

@@ -10,7 +10,7 @@ orbs:
jobs:
build:
docker:
- image: circleci/node:16.10.0
- image: circleci/node:16.11.0
- image: circleci/mongo:4.4
working_directory: ~/homebrewery
@@ -45,8 +45,7 @@ jobs:
test:
docker:
- image: circleci/node:16.10.0
- image: circleci/mongo:4.4
- image: circleci/node:16.11.0
working_directory: ~/homebrewery
parallelism: 4