pnpm / action-setup

Install pnpm package manager
https://github.com/marketplace/actions/setup-pnpm
MIT License
887 stars 84 forks source link

pin @types/lodash version (#100) #101

Open kinland opened 11 months ago

kinland commented 11 months ago

Seems that a version of @types/lodash (4.14.193) that was published 5 months ago breaks the build process; by default, the build process tries to reference (4.14.196). Adding a pinned version of 4.14.192 solves the issue for me.