For a mono repo, it is possible that the package.json is in ./docs, but currently, pnpm/setup@v1 could only install pnpm in GITHUB_WORKSPACE, which brings errors.
Could it be possible to install pnpm in the directory where package-json-file is nested?
For a mono repo, it is possible that the package.json is in
./docs, but currently,pnpm/setup@v1could only install pnpm inGITHUB_WORKSPACE, which brings errors.Could it be possible to install pnpm in the directory where
package-json-fileis nested?