1
0
Fork 0
mirror of https://github.com/pnpm/action-setup.git synced 2025-06-08 09:47:02 +09:00

Merge pull request #69 from zakuro9715/zakuro9715-patch-2

Remove corepack url in error message
This commit is contained in:
Khải 2023-07-25 14:16:42 +07:00 committed by GitHub
commit 218cb35941
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"`)
}
if (!packageManager.startsWith('pnpm@')) {