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: actions/setup-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 60edb5dd545a775178f52524783378180af0d1f8
Choose a base ref
...
head repository: actions/setup-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1e60f620b9541d16bece96c5465dc8ee9832be0b
Choose a head ref
  • 4 commits
  • 18 files changed
  • 3 contributors

Commits on Feb 13, 2024

  1. Update README.md to update default Node version to 20 (#949)

    The README's default example for setting up Node use version 16, which is at end of life. This PR updates those examples to use 20.
    bengreeley authored Feb 13, 2024
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    25b062c View commit details

Commits on Mar 13, 2024

  1. Bump undici from 5.26.5 to 5.28.3 (#965)

    * Bump undici from 5.26.5 to 5.28.3
    
    Bumps [undici](https://github.com/nodejs/undici) from 5.26.5 to 5.28.3.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.26.5...v5.28.3)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * license and other dependencies update
    
    * updated licenses
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <[email protected]>
    dependabot[bot] and HarithaVattikuti authored Mar 13, 2024
    2
    Copy the full SHA
    c2ac33f View commit details

Commits on May 22, 2024

  1. Fix macos latest check failures (#1041)

    * Update latest node versions
    
    * Update latest node versions
    
    * Update test data
    
    * Update test data
    
    * Update test data
    
    * Update test data
    
    * Update test data
    
    * macos lts failure fix
    
    * Update macos-13
    HarithaVattikuti authored May 22, 2024
    1
    Copy the full SHA
    eff380d View commit details

Commits on Jun 27, 2024

  1. Bump braces from 3.0.2 to 3.0.3 (#1087)

    * Bump braces from 3.0.2 to 3.0.3
    
    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump undici from 5.28.3 to 5.28.4
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <[email protected]>
    dependabot[bot] and HarithaVattikuti authored Jun 27, 2024
    1
    Copy the full SHA
    1e60f62 View commit details
Loading