Skip to content

(v8.x) src: update NODE_MODULE_VERSION to 57

Rodrigo Muino Tomonari requested to merge github/fork/targos/v8.x-nmv into v8.x-staging

Node.js 8.0.0 is API/ABI forward-compatible with V8 6.0. The current module version is 55 and corresponds to V8 5.8. This increments the number by two to prevent incompatibility with modules compiled from Node master.

/cc @nodejs/v8 @jasnell @MylesBorins

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading