Releases: Dafnik/setup-node-pnpm
v5.0.1
Changelog
No changes.
🧰 Maintenance
- build(config): migrate renovate config @renovate[bot] (#39)
See details of all code changes since previous release.
v5.0.0
Changelog
🧰 Maintenance
- chore: update actions/setup-node action to v6 @renovate[bot] (#37)
- chore: update actions/publish-action action to v0.4.0 @renovate[bot] (#35)
- chore: update actions/setup-node action to v5 @renovate[bot] (#36)
- build(config): migrate renovate config @renovate[bot] (#34)
- chore: update actions/checkout action to v5 @renovate[bot] (#33)
See details of all code changes since previous release.
v4.0.0
v4.0.0
BREAKING CHANGE
Update to pnpm/action-setup@v4.
The default value of the pnpm input has been changed from the value 9 to null because of following changes in pnpm/action-setup@v4:
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.
Meaning, if setup-node-pnpm always provides a default value to the pnpm version input, you could never use the packageManager version of package.json
Therefore, we now also support the package_file input for the packageManager value.
What to do, now?
There are two scenarios.
- You want to use the pnpm version specified in your
package.jsonpackageManagerfield:Now you can use the action without a pnpm input.{ ... "packageManager": "pnpm@10.7.1", ... }- uses: dafnik/setup-node-pnpm@v4
- You don't want to use the
package.jsonpackageManagerfield:- uses: dafnik/setup-node-pnpm@v4 with: pnpm: 10
📖 Docs
- docs: update everything around the action @Dafnik (#28)
- feat: add COC, issue templates, FUNDING.yml, dev ci @Dafnik (#26)
- docs: update SECURITY.md @Dafnik (#25)
🧰 Maintenance
- chore: update pnpm/action-setup @Dafnik (#32)
- chore: update pnpm/action-setup action to v4 @renovate[bot] (#31)
- chore: move renovate.json config into .github folder @Dafnik (#30)
- build(config): migrate renovate config @renovate[bot] (#29)
- chore: update dependency prettier to v3.3.2 @renovate[bot] (#27)
See details of all code changes since previous release.
v3.0.0
Changelog
See details of all code changes since previous release.
v2.1.0
Changelog
- feat: bump pnpm/action-setup to v3 @Dafnik (#22)
- chore: update release-drafter/release-drafter action to v6 @renovate (#21)
- Delete .github/dependabot.yml @Dafnik (#20)
- chore(dependencies): bump actions/publish-action from 0.2.2 to 0.3.0 @dependabot (#19)
- chore: Configure Renovate @renovate (#17)
See details of all code changes since previous release.
v2.0.0
Changelog
- feat: update to node 20 as default version @Dafnik (#16)
- chore(dependencies): bump actions/setup-node from 3 to 4 @dependabot (#15)
- chore(dependencies): bump actions/checkout from 3 to 4 @dependabot (#14)
See details of all code changes since previous release.
v1.3.0
Changelog
- feat: add node-file for node version input @Dafnik (#12)
- docs: add inputs table to README.md @Dafnik (#11)
See details of all code changes since previous release.
v1.2.0
Changelog
- feat: remove pnpm caching and use setup-node caching @Dafnik (#9)
- feat: add working directory path input for pnpm-lock.yaml and
pnpm installcommand @Dafnik (#9)
See details of all code changes since previous release.