Nodejs 16

This commit is contained in:
Alex Hultman 2021-04-20 19:13:31 +02:00
parent 079b6c16e9
commit 324b5145d9
1 changed files with 2 additions and 1 deletions

View File

@ -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 */