Skip to content

Commit

Permalink
feat(deps): Upgrade to node-postal 1.1.2 for Node.js 16 support
Browse files Browse the repository at this point in the history
This PR explicitly upgrades the dependency on `node-postal` to require
version 1.1.2 or greater.

That version adds support for Node.js 16 via
openvenues/node-postal#37.

I did some testing and can confirm that when pinned to node-postal
1.1.1, a Node.js 16 Docker image does _not_ correctly build libpostal,
  but with 1.1.2 the node-postal module is built and works correctly.
  • Loading branch information
orangejulius committed Jul 4, 2023
1 parent 51616c4 commit 9439c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jsftp": "^2.0.0",
"lodash": "^4.17.4",
"morgan": "^1.9.0",
"node-postal": "^1.1.1",
"node-postal": "^1.1.2",
"pbf2json": "^6.4.0",
"pelias-config": "^4.0.0",
"pelias-logger": "^1.2.1",
Expand Down

0 comments on commit 9439c05

Please sign in to comment.