We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a837b00 + ebd1945 commit 4862bc6Copy full SHA for 4862bc6
.github/workflows/test.yml
@@ -18,9 +18,10 @@ jobs:
18
- 10
19
- 12
20
- 14
21
+ - 16
22
services:
23
mongodb:
- image: mongo:3.6
24
+ image: mongo:4.4
25
ports:
26
- 27017:27017
27
timeout-minutes: 10
scripts/test-sharedb-mongo.sh
@@ -3,6 +3,6 @@
3
cd ../
4
git clone https://github.com/share/sharedb-mongo.git
5
cd sharedb-mongo
6
-npm install
7
npm install ../sharedb
+npm install
8
npm test
0 commit comments