Node.js 22

This commit is contained in:
Alex Hultman
2024-04-30 09:17:39 +02:00
parent 64fc000780
commit ca7bb36891

View File

@@ -37,10 +37,10 @@ struct node_version {
char *name;
char *abi;
} versions[] = {
{"v16.0.0", "93"},
{"v18.0.0", "108"},
{"v20.0.0", "115"},
{"v21.0.0", "120"}
{"v21.0.0", "120"},
{"v22.0.0", "127"}
};
/* Downloads headers, creates folders */