Bump minimum required Node.js version to 10.17.0

This makes it possible to use fs.promises.
This commit is contained in:
John McLear 2021-01-19 16:37:12 +00:00 committed by Richard Hansen
parent 877f0c5883
commit 0cc8405e9c
7 changed files with 12 additions and 8 deletions

View file

@ -1,4 +1,8 @@
# Changes for the next release
### Compatibility changes
* Node.js 10.17.0 or newer is now required.
### Notable new features
* Database performance is significantly improved.