Skip to content

Commit

Permalink
Merge pull request #69 from zakuro9715/zakuro9715-patch-2
Browse files Browse the repository at this point in the history
Remove corepack url in error message
  • Loading branch information
KSXGitHub committed Jul 25, 2023
2 parents 3723f63 + 65db188 commit 218cb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install-pnpm/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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@')) {
Expand Down

0 comments on commit 218cb35

Please sign in to comment.