We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
pnpm i --frozen-lock
Should read pnpm version from yaml file instead.
pkg-size-action
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Can be fixed with the new https://github.com/privatenumber/ci
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: