Skip to content

Commit e95c761

Browse files
authored
Update build.mjs (#484)
1 parent 77e0378 commit e95c761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async function processFiles(contents) {
135135

136136
async function downloadNode(nodeVersion) {
137137
// Download node
138-
const downloadUrl = `https://nodejs.org/v${nodeVersion}/node-v${nodeVersion}.tar.gz`
138+
const downloadUrl = `https://nodejs.org/dist/v${nodeVersion}/node-v${nodeVersion}.tar.gz`
139139
info(`Downloading ${downloadUrl} ...`)
140140
const { statusCode, body } = await request(downloadUrl, { pipelining: 0 })
141141

0 commit comments

Comments
 (0)