Skip to content

Commit

Permalink
Update src/install-pnpm/run.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan authored Feb 22, 2022
1 parent e7c10c6 commit 777a50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install-pnpm/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function readTarget(packageJsonPath: string, version?: string | undefined)
const { packageManager } = JSON.parse(await readFile(packageJsonPath, 'utf8'))
if (typeof packageManager !== 'string') {
throw new Error(`No pnpm version is specified.
Please specify it by one of the following way:
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)`)
}
Expand Down

0 comments on commit 777a50d

Please sign in to comment.