Skip to content

Commit 218cb35

Browse files
authored
Merge pull request #69 from zakuro9715/zakuro9715-patch-2
Remove corepack url in error message
2 parents 3723f63 + 65db188 commit 218cb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install-pnpm/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Otherwise, please specify the pnpm version in the action configuration.`)
4949
throw new Error(`No pnpm version is specified.
5050
Please specify it by one of the following ways:
5151
- 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)`)
52+
- in the package.json with the key "packageManager"`)
5353
}
5454

5555
if (!packageManager.startsWith('pnpm@')) {

0 commit comments

Comments
 (0)