Skip to content

Releases: pwrdrvr/configure-nodejs

v1.1.1

16 May 19:50
7c10986

Choose a tag to compare

Fixes

  • Persist npm_config_store_dir for pnpm workflows so follow-up pnpm commands use the same workspace-local .pnpm-store restored by configure-nodejs.
  • This keeps commands such as pnpm licenses:check working after the action installs with pnpm 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

v1.1.0

16 May 19:05
db85540

Choose a tag to compare

What's Changed

  • ci: harden action release tag updates by @huntharo in #4
  • fix: cache pnpm store instead of node_modules by @huntharo in #5

Full Changelog: v1.0.1...v1.1.0

v1 - Initial Release

10 Apr 23:22
7c10986

Choose a tag to compare

What's Changed

  • feat: publish shared configure-nodejs action by @huntharo in #1
  • chore: externalize configure-nodejs dogfood coverage by @huntharo in #2

New Contributors

Full Changelog: https://github.com/pwrdrvr/configure-nodejs/commits/v1

v1.0.1

12 Apr 16:40
v1.0.1
53f12bc

Choose a tag to compare

What's Changed

  • perf: skip setup-node for lookup-only cache checks by @huntharo in #3

Full Changelog: v1.0.0...v1.0.1

v1.0.0

12 Apr 16:41
v1.0.0
69d803b

Choose a tag to compare

What's Changed

  • feat: publish shared configure-nodejs action by @huntharo in #1
  • chore: externalize configure-nodejs dogfood coverage by @huntharo in #2

Full Changelog: https://github.com/pwrdrvr/configure-nodejs/commits/v1.0.0