Build for Node.js 15
This commit is contained in:
parent
e77ef07b0a
commit
472e7c8d6d
1 changed files with 2 additions and 1 deletions
3
build.c
3
build.c
|
@ -37,7 +37,8 @@ struct node_version {
|
|||
{"v11.15.0", "67"},
|
||||
{"v12.13.0", "72"},
|
||||
{"v13.1.0", "79"},
|
||||
{"v14.0.0", "83"}
|
||||
{"v14.0.0", "83"},
|
||||
{"v15.0.0", "88"}
|
||||
};
|
||||
|
||||
/* Downloads headers, creates folders */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue