mirror of
https://github.com/pnpm/action-setup.git
synced 2025-04-04 17:59:35 +08:00
Make link in error message clickable
This commit is contained in:
parent
0609f0983b
commit
a6e0169540
|
@ -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@')) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user