mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-19 21:04:46 +00:00
Remove corepack url in error message
This commit is contained in:
parent
0609f0983b
commit
65db188e28
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Otherwise, please specify the pnpm version in the action configuration.`)
|
||||||
throw new Error(`No pnpm version is specified.
|
throw new Error(`No pnpm version is specified.
|
||||||
Please specify it by one of the following ways:
|
Please specify it by one of the following ways:
|
||||||
- in the GitHub Action config with the key "version"
|
- 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"`)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!packageManager.startsWith('pnpm@')) {
|
if (!packageManager.startsWith('pnpm@')) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue