We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e0378 commit e95c761Copy full SHA for e95c761
build/build.mjs
@@ -135,7 +135,7 @@ async function processFiles(contents) {
135
136
async function downloadNode(nodeVersion) {
137
// Download node
138
- const downloadUrl = `https://nodejs.org/v${nodeVersion}/node-v${nodeVersion}.tar.gz`
+ const downloadUrl = `https://nodejs.org/dist/v${nodeVersion}/node-v${nodeVersion}.tar.gz`
139
info(`Downloading ${downloadUrl} ...`)
140
const { statusCode, body } = await request(downloadUrl, { pipelining: 0 })
141
0 commit comments