db-migrate / node-db-migrate

Database migration framework for node
Other
2.32k stars 360 forks source link

Update minimum supported node version #808

Open MasterOdin opened 1 year ago

MasterOdin commented 1 year ago

With merging #781 that bumped the version of yargs to 17.x, this library no longer can run on node <= 12 as yargs will throw an error on trying to require it, as shown also by the test suite failing for node 10.

According to https://endoflife.date/nodejs, node 10 was EOL 1y8mo ago and node 8 was EOL 3y ago.