Releases: pnpm/action-setup
Releases · pnpm/action-setup
v2.4.1
Updated the bundled pnpm version to v7 to fix the ERR_INVALID_THIS error.
v4.0.0
An error is thrown if one version of pnpm is specified in the packageManager
field of package.json
and a different version is specified in the action's settings #122
v3.0.0
The action is updated to run on Node.js v20
v2.4.0: feat: standalone binary (#92)
Add ability to install standalone binary (#92).
v2.3.0
- feat: specifying path to non-root
package.json
file (#88). - docs: improve.
v2.2.4
No deprecation warnings are printed about set-state and set-output commands (#57)
v2.2.3: Merge pull request #56 from i7eo/master
Bump Node.js version to 16 #56
v2.2.2
v2.2.1: fix: packageManager reader (#35)
Fix "packageManager"
reader #35