Sourced from pnpm/action-setup's releases.
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
@dreyksin pnpm/action-setup#175- chore: remove unused
@types/node-fetchdependency by@silverwindin pnpm/action-setup#186- Clarify that package_json_file is relative to GITHUB_WORKSPACE by
@chris-martinin pnpm/action-setup#184- feat: store caching by
@jrmajorin pnpm/action-setup#188- refactor: remove star imports by
@KSXGitHubin pnpm/action-setup#196- fix(ci): exclude macos by
@KSXGitHubin pnpm/action-setup#197New Contributors
@dreyksmade their first contribution in pnpm/action-setup#175@silverwindmade their first contribution in pnpm/action-setup#186@chris-martinmade their first contribution in pnpm/action-setup#184@jrmajormade their first contribution in pnpm/action-setup#188@Boosted-Bonobomade their first contribution in pnpm/action-setup#199Full Changelog: https://github.com/pnpm/action-setup/compare/v4.2.0...v4.3.0
v4.2.0
When there's a
.npmrcfile at the root of the repository, pnpm will be fetched from the registry that is specified in that.npmrcfile #179v4.1.0
Add support for
package.yaml#156.