From 562dbbf6115c3d23c438dcdebf3736e11c9a14af Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 12 Jun 2024 07:44:03 -0700 Subject: [PATCH] fix: correct typo in error message (#125) --- src/install-pnpm/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install-pnpm/run.ts b/src/install-pnpm/run.ts index 76a33e1..e02fb98 100644 --- a/src/install-pnpm/run.ts +++ b/src/install-pnpm/run.ts @@ -72,7 +72,7 @@ Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_ if (!GITHUB_WORKSPACE) { throw new Error(`No workspace is found. -If you're intended to let pnpm/action-setup read preferred pnpm version from the "packageManager" field in the package.json file, +If you've intended to let pnpm/action-setup read preferred pnpm version from the "packageManager" field in the package.json file, please run the actions/checkout before pnpm/action-setup. Otherwise, please specify the pnpm version in the action configuration.`) }