Releases: pwrdrvr/configure-nodejs
Releases · pwrdrvr/configure-nodejs
v1.1.1
Fixes
- Persist
npm_config_store_dirfor pnpm workflows so follow-uppnpmcommands use the same workspace-local.pnpm-storerestored byconfigure-nodejs. - This keeps commands such as
pnpm licenses:checkworking after the action installs withpnpm install --frozen-lockfile --store-dir .pnpm-store, without requiring consumers to force a relink.
Docs
- Add an in-repo release skill documenting version selection, release notes, and release workflow checks for this repository.
Validation
- Validated in PwrAgent PR #443 with the forced pnpm relink fallback removed: https://github.com/pwrdrvr/PwrAgent/actions/runs/25971138353
- Release workflow completed successfully and moved the floating
v1tag to this release.
v1.1.0
v1 - Initial Release
v1.0.1
What's Changed
Full Changelog: v1.0.0...v1.0.1