Skip to content

Commit 2b6efef

Browse files
Build for Node.js 22, 24, 26
1 parent 5a4ed0c commit 2b6efef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ struct node_version {
5353
char *name;
5454
char *abi;
5555
} versions[] = {
56-
{"v24.0.0", "137"},
57-
{"v20.0.0", "115"},
5856
{"v22.0.0", "127"},
57+
{"v24.0.0", "137"},
5958
{"v26.0.0", "147"}
6059
};
6160

0 commit comments

Comments
 (0)