Bypass another check

This commit is contained in:
AlyonaSviridenko 2021-08-03 19:13:19 +03:00
parent c8711b5525
commit 40e244d750
3 changed files with 6 additions and 3 deletions

3
dist/index.js vendored
View file

@ -12249,7 +12249,8 @@ function getNode(versionSpec) {
// check cache
toolPath = tc.find('node', version);
}
if (!toolPath) {
// Usage of pre-cached Node.js is temporarily disabled.
if (true) {
// download, extract, cache
toolPath = yield acquireNode(version);
}