mirror of
https://github.com/actions/setup-node.git
synced 2025-07-22 07:56:10 +08:00
Temporarily disabled cache usage
This commit is contained in:
@@ -71,7 +71,8 @@ export async function getNode(
|
||||
toolPath = tc.find('node', versionSpec, osArch);
|
||||
|
||||
// If not found in cache, download
|
||||
if (toolPath) {
|
||||
// Usage of pre-cached Node.js versions is temporarily disabled.
|
||||
if (false) {
|
||||
core.info(`Found in cache @ ${toolPath}`);
|
||||
} else {
|
||||
core.info(`Attempting to download ${versionSpec}...`);
|
||||
|
Reference in New Issue
Block a user