mirror of
https://github.com/pnpm/action-setup.git
synced 2025-09-19 04:43:01 +08:00
fix: fmt
This commit is contained in:
@ -43,7 +43,7 @@ async function readTarget(opts: {
|
||||
const { version, packageJsonFile, standalone } = opts
|
||||
const { GITHUB_WORKSPACE } = process.env
|
||||
|
||||
let packageManager;
|
||||
let packageManager
|
||||
|
||||
if (GITHUB_WORKSPACE) {
|
||||
({ packageManager } = JSON.parse(await readFile(path.join(GITHUB_WORKSPACE, packageJsonFile), 'utf8')))
|
||||
|
Reference in New Issue
Block a user