Skip to content

Commit ebd1945

Browse files
committed
👷 Run build against latest Node.js and MongoDB
This change adds a build run for Node.js v16, which was [released in April][1]. We also run MongoDB tests against the latest version of MongoDB, since v3.6 was [end-of-lifed in April][2]. [1]: https://nodejs.org/en/about/releases/ [2]: https://www.mongodb.com/support-policy
1 parent a837b00 commit ebd1945

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)