From 2504c6551f57eb3d075a2133ff62ab4767f0f927 Mon Sep 17 00:00:00 2001 From: Sukka Date: Thu, 11 Sep 2025 01:31:08 +0800 Subject: [PATCH] fix typo by github copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 0859587a..e0f221ad 100644 --- a/src/main.ts +++ b/src/main.ts @@ -71,7 +71,7 @@ export async function run() { if (isCacheFeatureAvailable()) { // we only determine the package manager type if we can cache in the first place if (cache) { - // in previous version of setup-node, user can explictly specify what package manager they are using, we prefer that + // in previous version of setup-node, user can explicitly specify what package manager they are using, we prefer that core.saveState(State.CachePackageManager, cache); await restoreCache(cache, cacheDependencyPath); } else if (packagemanagercache) {