GitHub Actions builds of this project appear to be broken (example 1, example 2). Updating to pnpm/action-setup@v4 appears to resolve the issue.
The hard coded versions are removed, because package.json specifies a packageManager. Quote from the v4 release:
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.
GitHub Actions builds of this project appear to be broken (example 1, example 2). Updating to
pnpm/action-setup@v4
appears to resolve the issue.The hard coded versions are removed, because
package.json
specifies apackageManager
. Quote from the v4 release: