Skip to content

Commit ab329f0

Browse files
Update versions-manifest (#170)
Co-authored-by: Service account <[email protected]>
1 parent cb84d22 commit ab329f0

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
@@ -85,6 +85,50 @@
8585
}
8686
]
8787
},
88+
{
89+
"version": "20.13.0",
90+
"stable": true,
91+
"lts": "Iron",
92+
"release_url": "https://github.com/actions/node-versions/releases/tag/20.13.0-8995628607",
93+
"files": [
94+
{
95+
"filename": "node-20.13.0-darwin-arm64.tar.gz",
96+
"arch": "arm64",
97+
"platform": "darwin",
98+
"download_url": "https://github.com/actions/node-versions/releases/download/20.13.0-8995628607/node-20.13.0-darwin-arm64.tar.gz"
99+
},
100+
{
101+
"filename": "node-20.13.0-darwin-x64.tar.gz",
102+
"arch": "x64",
103+
"platform": "darwin",
104+
"download_url": "https://github.com/actions/node-versions/releases/download/20.13.0-8995628607/node-20.13.0-darwin-x64.tar.gz"
105+
},
106+
{
107+
"filename": "node-20.13.0-linux-arm64.tar.gz",
108+
"arch": "arm64",
109+
"platform": "linux",
110+
"download_url": "https://github.com/actions/node-versions/releases/download/20.13.0-8995628607/node-20.13.0-linux-arm64.tar.gz"
111+
},
112+
{
113+
"filename": "node-20.13.0-linux-x64.tar.gz",
114+
"arch": "x64",
115+
"platform": "linux",
116+
"download_url": "https://github.com/actions/node-versions/releases/download/20.13.0-8995628607/node-20.13.0-linux-x64.tar.gz"
117+
},
118+
{
119+
"filename": "node-20.13.0-win32-arm64.7z",
120+
"arch": "arm64",
121+
"platform": "win32",
122+
"download_url": "https://github.com/actions/node-versions/releases/download/20.13.0-8995628607/node-20.13.0-win32-arm64.7z"
123+
},
124+
{
125+
"filename": "node-20.13.0-win32-x64.7z",
126+
"arch": "x64",
127+
"platform": "win32",
128+
"download_url": "https://github.com/actions/node-versions/releases/download/20.13.0-8995628607/node-20.13.0-win32-x64.7z"
129+
}
130+
]
131+
},
88132
{
89133
"version": "20.12.2",
90134
"stable": true,

0 commit comments

Comments
 (0)