mirror of
https://gitea.com/actions/setup-node.git
synced 2025-07-18 13:40:07 +08:00
Test debug message
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -12344,6 +12344,7 @@ function acquireNode(version) {
|
||||
let downloadUrl = `https://nodejs.org/dist/v${version}/${urlFileName}`;
|
||||
let downloadPath;
|
||||
try {
|
||||
core.info(`Downloading ${downloadUrl}`);
|
||||
downloadPath = yield tc.downloadTool(downloadUrl);
|
||||
}
|
||||
catch (err) {
|
||||
|
Reference in New Issue
Block a user