From a6e0169540f441e33a48b2b278143b7e5da4ef3a Mon Sep 17 00:00:00 2001 From: zakuro Date: Tue, 8 Nov 2022 07:49:37 +0900 Subject: [PATCH] Make link in error message clickable --- 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 9feafba..fa0086c 100644 --- a/src/install-pnpm/run.ts +++ b/src/install-pnpm/run.ts @@ -49,7 +49,7 @@ Otherwise, please specify the pnpm version in the action configuration.`) throw new Error(`No pnpm version is specified. Please specify it by one of the following ways: - in the GitHub Action config with the key "version" - - in the package.json with the key "packageManager" (See https://nodejs.org/api/corepack.html)`) + - in the package.json with the key "packageManager" ( See https://nodejs.org/api/corepack.html )`) } if (!packageManager.startsWith('pnpm@')) {