Port to Node.js 10, 11, 12, 13

This commit is contained in:
Alex Hultman 2019-11-08 13:49:40 +01:00
parent 9e3d6e73ab
commit 13d8743f95
7 changed files with 106 additions and 90 deletions

View file

@ -33,9 +33,10 @@ struct node_version {
char *name;
char *abi;
} versions[] = {
{"v10.0.0", "64"},
{"v11.1.0", "67"},
{"v12.0.0", "72"}
{"v10.17.0", "64"},
{"v11.15.0", "67"},
{"v12.13.0", "72"},
{"v13.1.0", "79"}
};
/* Downloads headers, creates folders */