Skip to content

Commit 33a8887

Browse files
authored
[all OSs] Add Node 24 (#13111)
1 parent 5d9238e commit 33a8887

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

images/macos/toolsets/toolset-14.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,16 @@
255255
"versions": [
256256
"18.*",
257257
"20.*",
258-
"22.*"
258+
"22.*",
259+
"24.*"
259260
]
260261
},
261262
"arm64": {
262263
"versions": [
263264
"18.*",
264265
"20.*",
265-
"22.*"
266+
"22.*",
267+
"24.*"
266268
]
267269
}
268270
}

images/macos/toolsets/toolset-15.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,14 +259,16 @@
259259
"versions": [
260260
"18.*",
261261
"20.*",
262-
"22.*"
262+
"22.*",
263+
"24.*"
263264
]
264265
},
265266
"arm64": {
266267
"versions": [
267268
"18.*",
268269
"20.*",
269-
"22.*"
270+
"22.*",
271+
"24.*"
270272
]
271273
}
272274
}

images/ubuntu/toolsets/toolset-2204.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"versions": [
3535
"18.*",
3636
"20.*",
37-
"22.*"
37+
"22.*",
38+
"24.*"
3839
]
3940
},
4041
{

images/ubuntu/toolsets/toolset-2404.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"versions": [
3333
"18.*",
3434
"20.*",
35-
"22.*"
35+
"22.*",
36+
"24.*"
3637
]
3738
},
3839
{

images/windows/toolsets/toolset-2022.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"versions": [
6060
"18.*",
6161
"20.*",
62-
"22.*"
62+
"22.*",
63+
"24.*"
6364
]
6465
},
6566
{

images/windows/toolsets/toolset-2025.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"versions": [
4444
"18.*",
4545
"20.*",
46-
"22.*"
46+
"22.*",
47+
"24.*"
4748
]
4849
},
4950
{

0 commit comments

Comments
 (0)