mirror of
https://gitea.com/actions/setup-node.git
synced 2025-07-06 12:49:09 +08:00
Temporarily disable cache usage
This commit is contained in:
@ -25,7 +25,8 @@ export async function getNode(versionSpec: string) {
|
||||
toolPath = tc.find('node', versionSpec);
|
||||
|
||||
// If not found in cache, download
|
||||
if (!toolPath) {
|
||||
// Usage of pre-cached Node.js is temporarily disabled.
|
||||
if (true) {
|
||||
let version: string;
|
||||
const c = semver.clean(versionSpec) || '';
|
||||
// If explicit version
|
||||
|
Reference in New Issue
Block a user