Nodejs 16
This commit is contained in:
parent
079b6c16e9
commit
324b5145d9
1 changed files with 2 additions and 1 deletions
3
build.c
3
build.c
|
@ -35,7 +35,8 @@ struct node_version {
|
|||
} versions[] = {
|
||||
{"v12.13.0", "72"},
|
||||
{"v14.0.0", "83"},
|
||||
{"v15.0.0", "88"}
|
||||
{"v15.0.0", "88"},
|
||||
{"v16.0.0", "93"}
|
||||
};
|
||||
|
||||
/* Downloads headers, creates folders */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue