Skip to content

Commit 09e0810

Browse files
Update versions-manifest (#189)
Co-authored-by: Service account <[email protected]>
1 parent 83c0f2d commit 09e0810

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
@@ -515,6 +515,50 @@
515515
}
516516
]
517517
},
518+
{
519+
"version": "20.18.0",
520+
"stable": true,
521+
"lts": "Iron",
522+
"release_url": "https://github.com/actions/node-versions/releases/tag/20.18.0-11182621166",
523+
"files": [
524+
{
525+
"filename": "node-20.18.0-darwin-arm64.tar.gz",
526+
"arch": "arm64",
527+
"platform": "darwin",
528+
"download_url": "https://github.com/actions/node-versions/releases/download/20.18.0-11182621166/node-20.18.0-darwin-arm64.tar.gz"
529+
},
530+
{
531+
"filename": "node-20.18.0-darwin-x64.tar.gz",
532+
"arch": "x64",
533+
"platform": "darwin",
534+
"download_url": "https://github.com/actions/node-versions/releases/download/20.18.0-11182621166/node-20.18.0-darwin-x64.tar.gz"
535+
},
536+
{
537+
"filename": "node-20.18.0-linux-arm64.tar.gz",
538+
"arch": "arm64",
539+
"platform": "linux",
540+
"download_url": "https://github.com/actions/node-versions/releases/download/20.18.0-11182621166/node-20.18.0-linux-arm64.tar.gz"
541+
},
542+
{
543+
"filename": "node-20.18.0-linux-x64.tar.gz",
544+
"arch": "x64",
545+
"platform": "linux",
546+
"download_url": "https://github.com/actions/node-versions/releases/download/20.18.0-11182621166/node-20.18.0-linux-x64.tar.gz"
547+
},
548+
{
549+
"filename": "node-20.18.0-win32-arm64.7z",
550+
"arch": "arm64",
551+
"platform": "win32",
552+
"download_url": "https://github.com/actions/node-versions/releases/download/20.18.0-11182621166/node-20.18.0-win32-arm64.7z"
553+
},
554+
{
555+
"filename": "node-20.18.0-win32-x64.7z",
556+
"arch": "x64",
557+
"platform": "win32",
558+
"download_url": "https://github.com/actions/node-versions/releases/download/20.18.0-11182621166/node-20.18.0-win32-x64.7z"
559+
}
560+
]
561+
},
518562
{
519563
"version": "20.17.0",
520564
"stable": true,

0 commit comments

Comments
 (0)