Temporarily disable cache usage

This commit is contained in:
AlyonaSviridenko 2021-08-03 18:22:46 +03:00
parent 56899e050a
commit d5ae932ee7
3 changed files with 8 additions and 5 deletions

View file

@ -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