action icon indicating copy to clipboard operation
action copied to clipboard

bug: pnpm to detect which version to use

Open privatenumber opened this issue 3 years ago • 2 comments

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:

privatenumber avatar Apr 07 '21 07:04 privatenumber

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.

privatenumber avatar Apr 07 '21 17:04 privatenumber

Can be fixed with the new https://github.com/privatenumber/ci

privatenumber avatar Apr 13 '21 23:04 privatenumber