Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ jobs:
- run: npm clean-install
- run: npm run check:test

test-latest-driver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm clean-install
- run: npm install --no-save mongodb/node-mongodb-native#main
- run: npm run check:test

coverage:
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# MongoDB Node.js Driver with Optional Callback Support Legacy Package
# MongoDB Node.js Driver with Optional Callback Support Legacy Package (DEPRECATED)

**Attention :memo:**

This is a wrapper of the `mongodb` driver, if you are starting a new project you likely just want to use the driver directly:
This is a wrapper of the `mongodb` driver, compatible with versions 4.x-6.x ONLY. There will be no 7.x+ compatible version. If you are starting a new project please use the driver directly:

- [Driver Source](https://github.com/mongodb/node-mongodb-native/)
- [Driver NPM Package](https://www.npmjs.com/package/mongodb)
Expand Down Expand Up @@ -102,6 +102,7 @@ The following version combinations with the [MongoDB Node.js Driver](https://git

| | `[email protected]` | `[email protected]` | `[email protected]` |
| ------------- | -------------------- | -------------------- | -------------------- |
| `[email protected]` | N/A | N/A | N/A |
| `[email protected]` | N/A | N/A | ✓ |
| `[email protected]` | N/A | ✓ | N/A |
| `[email protected]` | ✓ | N/A | N/A |
Expand Down