Skip to content

Commit da8abef

Browse files
authored
feat(NODE-4885)!: adopt mongodb v5.0.0 (#14)
1 parent cfd454b commit da8abef

File tree

3 files changed

+58
-143
lines changed

3 files changed

+58
-143
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [12.x, 14.x, 16.x, 18.x]
14+
node-version: [14.x, 16.x, 18.x]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Use Node.js ${{ matrix.node-version }}

package-lock.json

Lines changed: 55 additions & 140 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"main": "src/index.js",
1010
"types": "mongodb-legacy.d.ts",
1111
"engines": {
12-
"node": ">=12.9.0"
12+
"node": ">=14.20.1"
1313
},
1414
"dependencies": {
15-
"mongodb": "^4.10.0"
15+
"mongodb": "^5.0.0"
1616
},
1717
"scripts": {
1818
"check:coverage": "nyc --check-coverage npm run check:test",

0 commit comments

Comments
 (0)