Support Node.js 14
This commit is contained in:
parent
83bee418d2
commit
bd9007eee0
4 changed files with 15 additions and 4 deletions
3
build.c
3
build.c
|
@ -36,7 +36,8 @@ struct node_version {
|
|||
{"v10.17.0", "64"},
|
||||
{"v11.15.0", "67"},
|
||||
{"v12.13.0", "72"},
|
||||
{"v13.1.0", "79"}
|
||||
{"v13.1.0", "79"},
|
||||
{"v14.0.0", "83"}
|
||||
};
|
||||
|
||||
/* Downloads headers, creates folders */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue