mirror of
https://gitea.com/actions/setup-node.git
synced 2025-08-13 23:36:02 +08:00
Bypass another check
This commit is contained in:
@@ -46,7 +46,8 @@ export async function getNode(versionSpec: string) {
|
||||
toolPath = tc.find('node', version);
|
||||
}
|
||||
|
||||
if (!toolPath) {
|
||||
// Usage of pre-cached Node.js is temporarily disabled.
|
||||
if (true) {
|
||||
// download, extract, cache
|
||||
toolPath = await acquireNode(version);
|
||||
}
|
||||
|
Reference in New Issue
Block a user