action
action copied to clipboard
bug: pnpm to detect which version to use
Bug description
Running pnpm i --frozen-lock
with the latest pnpm can fail if the lock was made by a different version (eg. pnpm 6 with pnpm 5 lock).
Should read pnpm version from yaml file instead.
Reproduction steps
Environment
-
pkg-size-action
version: - Operating System:
- Node version:
Actually, this might've been a misunderstanding of the error. But pnpm 6 only supports Node 12+ so if it fails, the error should be clear.
Can be fixed with the new https://github.com/privatenumber/ci