Skip to content

Commit

Permalink
doc: Add drop node 16 support to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjD90 committed Oct 30, 2023
1 parent a806892 commit 20878f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Upgrade main steps
- `sed -i 's#node14#node16#g' tsconfig.json`
- Upgrade MongoDb used for tests to version 6.0+
- Change MongoDB types imports from `import ... from 'mongodb';` to `import ... from '@neo9/n9-mongodb-client/mongodb';`
- Use Node.js version 16.20.2 or greater.
- Use Node.js version 18 or greater.
- Use new `count` function on `N9AggregationCursor` that wasn't available on `AggregationCursor`
- It's a good time to use new version of `@neo9/n9-mongodb-migration` V1 : `yarn upgrade @neo9/n9-mongodb-migration@^1.0.0-rc.0`

Expand Down

0 comments on commit 20878f8

Please sign in to comment.