tediousjs / node-mssql

Microsoft SQL Server client for Node.js
https://tediousjs.github.io/node-mssql
MIT License
2.23k stars 467 forks source link

Fix README to show node 12 no longer supported with 9.x #1465

Closed jordanjennings closed 1 year ago

jordanjennings commented 1 year ago

What this does:

The README showed that node < 12 support was dropped with 9.x, but based on commit 644480535933aa21d3c0677965656dc21f2949c6 it shows that node <= 12 (including node 12) support was dropped and the release notes associated with the version show the same. Updates README to align with commit message and release notes.

Related issues:

N/A

Pre/Post merge checklist: