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.
2 parents 3723f63 + 65db188 commit 218cb35Copy full SHA for 218cb35
src/install-pnpm/run.ts
@@ -49,7 +49,7 @@ Otherwise, please specify the pnpm version in the action configuration.`)
49
throw new Error(`No pnpm version is specified.
50
Please specify it by one of the following ways:
51
- in the GitHub Action config with the key "version"
52
- - in the package.json with the key "packageManager" (See https://nodejs.org/api/corepack.html)`)
+ - in the package.json with the key "packageManager"`)
53
}
54
55
if (!packageManager.startsWith('pnpm@')) {
0 commit comments