Releases: pnpm/action-setup
Releases · pnpm/action-setup
v5.0.0
Updated the action to use Node.js 24.
v4.4.0
Updated the action to use Node.js 24.
v4.3.0
What's Changed
- docs: fix the run_install example in the Readme by @dreyks in #175
- chore: remove unused
@types/node-fetchdependency by @silverwind in #186 - Clarify that package_json_file is relative to GITHUB_WORKSPACE by @chris-martin in #184
- feat: store caching by @jrmajor in #188
- refactor: remove star imports by @KSXGitHub in #196
- fix(ci): exclude macos by @KSXGitHub in #197
New Contributors
- @dreyks made their first contribution in #175
- @silverwind made their first contribution in #186
- @chris-martin made their first contribution in #184
- @jrmajor made their first contribution in #188
- @Boosted-Bonobo made their first contribution in #199
Full Changelog: v4.2.0...v4.3.0
v4.2.0
When there's a .npmrc file at the root of the repository, pnpm will be fetched from the registry that is specified in that .npmrc file #179
v4.1.0
Add support for package.yaml #156.
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.jsonfile (#88). - docs: improve.