Build for Node.js 12

This commit is contained in:
Alex Hultman
2019-04-24 02:10:45 +02:00
committed by GitHub
parent 7174dfc33e
commit 3f00f89ee6

View File

@@ -34,7 +34,8 @@ struct node_version {
char *abi;
} versions[] = {
{"v10.0.0", "64"},
{"v11.1.0", "67"}
{"v11.1.0", "67"},
{"v12.0.0", "72"}
};
/* Downloads headers, creates folders */