Skip to content

Commit

Permalink
Revert "src: update NODE_MODULE_VERSION to 59"
Browse files Browse the repository at this point in the history
This reverts commit 3ea6dbd8ad9669195849fd0c65e370eebc7a4786.
NODE_MODULE_VERSION is set back to 57

PR-URL: #16413
  • Loading branch information
MylesBorins authored and gibfahn committed Feb 18, 2018
1 parent 1e31682 commit fed8d30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,9 @@
* V8 5.9: 56
* V8 6.0: 57
* V8 6.1: 58
* V8 6.2: 59
*
* More information can be found at https://nodejs.org/en/download/releases/
*/
#define NODE_MODULE_VERSION 59
#define NODE_MODULE_VERSION 57

#endif // SRC_NODE_VERSION_H_

0 comments on commit fed8d30

Please sign in to comment.