Back to Daily Feed 
pnpm 12 Alpha 21: GitHub Actions & Dependency Update Enhancements
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- pnpm setup now appends
PNPM_HOMEand global bin directory to GitHub Actions environment files. - GitHub Actions dependency checking is now opt-in for
pnpm outdatedandpnpm update. pnpm update --latestno longer overwrites non-registry dependencies with unrelated package versions.pnpm update --latestavoids rewritingpackage.jsonif dependencies are already at their latest.
Our Commentary
We appreciate the continued focus on developer experience, especially with CI/CD. Making GitHub Actions dependency checks opt-in is a smart move; those git ls-remote calls can be a real pain in restricted environments. And fixing pnpm update --latest to respect non-registry dependencies? That's just good hygiene.
View Original Article
Share this article: