Skip to content

Commit

Permalink
Update build.c
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB authored Oct 22, 2023
1 parent 9c3a878 commit 8a0b380
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ struct node_version {
} versions[] = {
{"v16.0.0", "93"},
{"v18.0.0", "108"},
{"v20.0.0", "115"}
{"v20.0.0", "115"},
{"v21.0.0", "120"}
};

/* Downloads headers, creates folders */
Expand Down

0 comments on commit 8a0b380

Please sign in to comment.