parent
2eedc91d74
commit
4612e4477d
2 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,13 @@ executors:
|
||||||
working_directory: /tmp/workspace
|
working_directory: /tmp/workspace
|
||||||
docker:
|
docker:
|
||||||
- image: misskey/ci:v11-node11
|
- image: misskey/ci:v11-node11
|
||||||
|
- image: misskey/ci:latest
|
||||||
|
- image: circleci/mongo:latest
|
||||||
|
with-redis:
|
||||||
|
working_directory: /tmp/workspace
|
||||||
|
docker:
|
||||||
|
- image: misskey/ci:latest
|
||||||
|
- image: circleci/mongo:latest
|
||||||
- image: circleci/redis:latest
|
- image: circleci/redis:latest
|
||||||
- image: circleci/postgres:latest
|
- image: circleci/postgres:latest
|
||||||
docker:
|
docker:
|
||||||
|
|
|
@ -164,6 +164,8 @@
|
||||||
"mocha": "6.1.4",
|
"mocha": "6.1.4",
|
||||||
"moji": "0.5.1",
|
"moji": "0.5.1",
|
||||||
"moment": "2.24.0",
|
"moment": "2.24.0",
|
||||||
|
"mongodb": "3.2.3",
|
||||||
|
"monk": "6.0.6",
|
||||||
"ms": "2.1.1",
|
"ms": "2.1.1",
|
||||||
"nested-property": "0.0.7",
|
"nested-property": "0.0.7",
|
||||||
"node-fetch": "2.5.0",
|
"node-fetch": "2.5.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue