Port to Node.js 10, 11, 12, 13
This commit is contained in:
parent
9e3d6e73ab
commit
13d8743f95
7 changed files with 106 additions and 90 deletions
7
build.c
7
build.c
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue