Skip to content

Commit ec09b8e

Browse files
Update versions-manifest (#177)
Co-authored-by: Service account <[email protected]>
1 parent 22b86c6 commit ec09b8e

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

versions-manifest.json

+44
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,50 @@
171171
}
172172
]
173173
},
174+
{
175+
"version": "20.15.0",
176+
"stable": true,
177+
"lts": "Iron",
178+
"release_url": "https://github.com/actions/node-versions/releases/tag/20.15.0-9607683765",
179+
"files": [
180+
{
181+
"filename": "node-20.15.0-darwin-arm64.tar.gz",
182+
"arch": "arm64",
183+
"platform": "darwin",
184+
"download_url": "https://github.com/actions/node-versions/releases/download/20.15.0-9607683765/node-20.15.0-darwin-arm64.tar.gz"
185+
},
186+
{
187+
"filename": "node-20.15.0-darwin-x64.tar.gz",
188+
"arch": "x64",
189+
"platform": "darwin",
190+
"download_url": "https://github.com/actions/node-versions/releases/download/20.15.0-9607683765/node-20.15.0-darwin-x64.tar.gz"
191+
},
192+
{
193+
"filename": "node-20.15.0-linux-arm64.tar.gz",
194+
"arch": "arm64",
195+
"platform": "linux",
196+
"download_url": "https://github.com/actions/node-versions/releases/download/20.15.0-9607683765/node-20.15.0-linux-arm64.tar.gz"
197+
},
198+
{
199+
"filename": "node-20.15.0-linux-x64.tar.gz",
200+
"arch": "x64",
201+
"platform": "linux",
202+
"download_url": "https://github.com/actions/node-versions/releases/download/20.15.0-9607683765/node-20.15.0-linux-x64.tar.gz"
203+
},
204+
{
205+
"filename": "node-20.15.0-win32-arm64.7z",
206+
"arch": "arm64",
207+
"platform": "win32",
208+
"download_url": "https://github.com/actions/node-versions/releases/download/20.15.0-9607683765/node-20.15.0-win32-arm64.7z"
209+
},
210+
{
211+
"filename": "node-20.15.0-win32-x64.7z",
212+
"arch": "x64",
213+
"platform": "win32",
214+
"download_url": "https://github.com/actions/node-versions/releases/download/20.15.0-9607683765/node-20.15.0-win32-x64.7z"
215+
}
216+
]
217+
},
174218
{
175219
"version": "20.14.0",
176220
"stable": true,

0 commit comments

Comments
 (0)