mirror of
https://github.com/actions/setup-node.git
synced 2025-06-29 22:23:47 +00:00
Bypass another check
This commit is contained in:
parent
c8711b5525
commit
40e244d750
3 changed files with 6 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue