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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 */