mapbox / node-pre-gyp

Node.js tool for easy binary deployment of C++ addons
BSD 3-Clause "New" or "Revised" License
1.11k stars 260 forks source link

Update abi_crosswalk.json to support node 22 #711

Closed acalcutt closed 1 month ago

acalcutt commented 3 months ago

Ran 'npm run update-crosswalk' to update node support up to v21. Similar to https://github.com/mapbox/node-pre-gyp/pull/649 but is updated for newer versions of node.

I have been using node-pre-gyp with node 21 without any issues in my fork @acalcutt/node-pre-gyp

benmccann commented 1 month ago

Node 22 is now out

acalcutt commented 1 month ago

Updated for node 22.

Just an FYI, I made this change two months ago in my fork @acalcutt/node-pre-gyp v1.0.15