openvenues / node-postal

NodeJS bindings to libpostal for fast international address parsing/normalization
MIT License
220 stars 76 forks source link

Update Node.js versions #23

Closed orangejulius closed 4 years ago

orangejulius commented 5 years ago

Only Node.js 8, 10, and 12 are currently supported upstream. Older versions have reached EOL.

Node.js 12 tests appear to fail, but might be fixed by https://github.com/openvenues/node-postal/pull/21.

Until then Node.js 12 is listed as an allowed_failure

compwright commented 4 years ago

Could we indicate the supported versions via engines in package.json also?