bestlong / node-red-contrib-mssql-plus

A Node-RED node to read and write to Microsoft MS SQL Databases
MIT License
32 stars 18 forks source link

NPM Code doesn't match Github #96

Open tjshippy opened 5 months ago

tjshippy commented 5 months ago

When I look at the package.json on NPM, it says: "engines": { "node": ">=12.0.0" That same line on v12.2 on github says "engines": { "node": ">=16"

I don't see in any of the change logs when the minimum required changed. I am set on node14 - what's the best version of this Library I can use?