diff --git a/src/installer.ts b/src/installer.ts
index d05f5d78..c826e916 100644
--- a/src/installer.ts
+++ b/src/installer.ts
@@ -97,6 +97,7 @@ export async function getNode(
     //
     console.log('Adding to the cache ...');
     toolPath = await tc.cacheDir(extPath, 'node', info.resolvedVersion);
+    console.log('Done')
   }
 
   //