mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 12:54:45 +00:00
Temporarily disabled cache usage
This commit is contained in:
parent
aa759c6c94
commit
004fb83876
3 changed files with 20 additions and 13 deletions
|
@ -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}...`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue