Skip to content

Commit fed8d30

Browse files
MylesBorinsgibfahn
authored andcommitted
Revert "src: update NODE_MODULE_VERSION to 59"
This reverts commit 3ea6dbd8ad9669195849fd0c65e370eebc7a4786. NODE_MODULE_VERSION is set back to 57 PR-URL: #16413
1 parent 1e31682 commit fed8d30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/node_version.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,9 @@
102102
* V8 5.9: 56
103103
* V8 6.0: 57
104104
* V8 6.1: 58
105-
* V8 6.2: 59
106105
*
107106
* More information can be found at https://nodejs.org/en/download/releases/
108107
*/
109-
#define NODE_MODULE_VERSION 59
108+
#define NODE_MODULE_VERSION 57
110109

111110
#endif // SRC_NODE_VERSION_H_

0 commit comments

Comments
 (0)