Skip to content

Commit

Permalink
feat(NODE-5416)!: bump minimum Node.js version to v16.20.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken authored Jul 10, 2023
1 parent bb3101c commit b176e49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "src/index.js",
"types": "mongodb-legacy.d.ts",
"engines": {
"node": ">=14.20.1"
"node": ">=16.20.1"
},
"dependencies": {
"mongodb": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"node"
],
"lib": [
"ES2020"
"ES2021"
]
},
"ts-node": {
Expand Down

0 comments on commit b176e49

Please sign in to comment.