Skip to content

Commit 4862bc6

Browse files
authored
Merge pull request #482 from share/node-16
👷 Run build against latest Node.js and MongoDB
2 parents a837b00 + ebd1945 commit 4862bc6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
- 10
1919
- 12
2020
- 14
21+
- 16
2122
services:
2223
mongodb:
23-
image: mongo:3.6
24+
image: mongo:4.4
2425
ports:
2526
- 27017:27017
2627
timeout-minutes: 10

scripts/test-sharedb-mongo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
cd ../
44
git clone https://github.com/share/sharedb-mongo.git
55
cd sharedb-mongo
6-
npm install
76
npm install ../sharedb
7+
npm install
88
npm test

0 commit comments

Comments
 (0)