Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pnpm/action-setup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.2
Choose a base ref
...
head repository: pnpm/action-setup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 18, 2026

  1. test: add strict version-match jobs to reproduce #225 / #227

    The existing version tests only check output format via regex, which is
    why the PATH-shadowing bug (#230) slipped through — the bootstrap pnpm's
    version string matched the regex just as well as the requested version.
    
    - test_version_respects_request: runs the action with `version: 9.15.5`
      and `version: 10.33.0` (both differ from the bootstrap) and asserts
      that `pnpm --version` matches exactly. Regression test for #225/#230.
    
    - test_package_manager_field: writes a `packageManager: pnpm@<v>` entry
      into package.json, runs the action with no `version:` input, and
      asserts exact match. Reproduces #227; currently expected to fail
      since `packageManager` extraction was intentionally not added.
    zkochan committed Apr 18, 2026
    Configuration menu
    Copy the full SHA
    bdf0af2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. Configuration menu
    Copy the full SHA
    903f9c1 View commit details
    Browse the repository at this point in the history
Loading