[macOS] Add Node 22 to the toolcache (#10809)

This commit is contained in:
Erik Bershel
2024-10-18 17:15:01 +02:00
committed by GitHub
parent c152328e5a
commit 3fbcce7888
3 changed files with 12 additions and 6 deletions

View File

@@ -168,14 +168,16 @@
"versions": [
"16.*",
"18.*",
"20.*"
"20.*",
"22.*"
]
},
"arm64": {
"versions": [
"16.*",
"18.*",
"20.*"
"20.*",
"22.*"
]
}
}

View File

@@ -156,13 +156,15 @@
"x64": {
"versions": [
"18.*",
"20.*"
"20.*",
"22.*"
]
},
"arm64": {
"versions": [
"18.*",
"20.*"
"20.*",
"22.*"
]
}
}

View File

@@ -139,13 +139,15 @@
"x64": {
"versions": [
"18.*",
"20.*"
"20.*",
"22.*"
]
},
"arm64": {
"versions": [
"18.*",
"20.*"
"20.*",
"22.*"
]
}
}