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: isaacs/rimraf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.3
Choose a base ref
...
head repository: isaacs/rimraf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.4
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 25, 2023

  1. GitHub Actions: Node.js v20

    PR-URL: #277
    Credit: @cclauss
    Close: #277
    Reviewed-by: @dzienisz
    cclauss authored and isaacs committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    2e8e0d3 View commit details
    Browse the repository at this point in the history
  2. bin: remove realpath, use testing env instead

    If env.__TESTING_RIMRAF_BIN__=='1', then just export. Otherwise,
    do the thing. This saves a realpath call at startup in the bin.
    isaacs committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0a84af6 View commit details
    Browse the repository at this point in the history
  3. 5.0.4

    isaacs committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ffc44d3 View commit details
    Browse the repository at this point in the history
Loading