Skip to content

Commit ee011d6

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

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
@@ -128,6 +128,50 @@
128128
}
129129
]
130130
},
131+
{
132+
"version": "20.14.0",
133+
"stable": true,
134+
"lts": "Iron",
135+
"release_url": "https://github.com/actions/node-versions/releases/tag/20.14.0-9279690001",
136+
"files": [
137+
{
138+
"filename": "node-20.14.0-darwin-arm64.tar.gz",
139+
"arch": "arm64",
140+
"platform": "darwin",
141+
"download_url": "https://github.com/actions/node-versions/releases/download/20.14.0-9279690001/node-20.14.0-darwin-arm64.tar.gz"
142+
},
143+
{
144+
"filename": "node-20.14.0-darwin-x64.tar.gz",
145+
"arch": "x64",
146+
"platform": "darwin",
147+
"download_url": "https://github.com/actions/node-versions/releases/download/20.14.0-9279690001/node-20.14.0-darwin-x64.tar.gz"
148+
},
149+
{
150+
"filename": "node-20.14.0-linux-arm64.tar.gz",
151+
"arch": "arm64",
152+
"platform": "linux",
153+
"download_url": "https://github.com/actions/node-versions/releases/download/20.14.0-9279690001/node-20.14.0-linux-arm64.tar.gz"
154+
},
155+
{
156+
"filename": "node-20.14.0-linux-x64.tar.gz",
157+
"arch": "x64",
158+
"platform": "linux",
159+
"download_url": "https://github.com/actions/node-versions/releases/download/20.14.0-9279690001/node-20.14.0-linux-x64.tar.gz"
160+
},
161+
{
162+
"filename": "node-20.14.0-win32-arm64.7z",
163+
"arch": "arm64",
164+
"platform": "win32",
165+
"download_url": "https://github.com/actions/node-versions/releases/download/20.14.0-9279690001/node-20.14.0-win32-arm64.7z"
166+
},
167+
{
168+
"filename": "node-20.14.0-win32-x64.7z",
169+
"arch": "x64",
170+
"platform": "win32",
171+
"download_url": "https://github.com/actions/node-versions/releases/download/20.14.0-9279690001/node-20.14.0-win32-x64.7z"
172+
}
173+
]
174+
},
131175
{
132176
"version": "20.13.1",
133177
"stable": true,

0 commit comments

Comments
 (0)