* #657 # __WORKAROUND:__ To support newer versions of Node.js > v17 ``` npm ci # mapbox/node-pre-gyp npm run update-crosswalk ``` --- `abi_crosswalk.json` must be updated to cover all currently supported versions of Node.js. https://github.com/mapbox/node-pre-gyp/blob/a74f5e367c0d71033620aa0112e7baf7f3515b9d/lib/util/abi_crosswalk.json#L2598 Proof: * #709 The testing on this repo fails on all currently supported versions of Node.js but passes on end-of-life versions. * https://github.com/nodejs/release#release-schedule @springmeyer @ewanharris, @mapsam
WORKAROUND: To support newer versions of Node.js > v17
abi_crosswalk.jsonmust be updated to cover all currently supported versions of Node.js.node-pre-gyp/lib/util/abi_crosswalk.json
Line 2598 in a74f5e3
Proof:
The testing on this repo fails on all currently supported versions of Node.js but passes on end-of-life versions.
@springmeyer @ewanharris, @mapsam