Skip to content

Commit 3d12a07

Browse files
committed
test: add mongodb@4.x support (testing)
1 parent 707d3b6 commit 3d12a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
mongodb-version: ['4.0', '4.2', '4.4']
3434
# these should match the minimum peerDependencies definitions
3535
mongodb-types: ['3.6.20', '^3.6.20']
36-
mongodb-lib: ['3.6.7', '^3.6.7']
36+
mongodb-lib: ['3.6.7', '^3.6.7', '~4.0.0', '^4.0.0']
3737

3838
env:
3939
NODE: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)