We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c10c6 commit 777a50dCopy full SHA for 777a50d
src/install-pnpm/run.ts
@@ -42,7 +42,7 @@ async function readTarget(packageJsonPath: string, version?: string | undefined)
42
const { packageManager } = JSON.parse(await readFile(packageJsonPath, 'utf8'))
43
if (typeof packageManager !== 'string') {
44
throw new Error(`No pnpm version is specified.
45
-Please specify it by one of the following way:
+Please specify it by one of the following ways:
46
- in the GitHub Action config with the key "version"
47
- in the package.json with the key "packageManager" (See https://nodejs.org/api/corepack.html)`)
48
}
0 commit comments