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 Loading
base: v3
Choose a base ref
...
head repository: actions/setup-node Loading
compare: v4
Choose a head ref
  • 16 commits
  • 94 files changed
  • 14 contributors

Commits on Oct 23, 2023

  1. 1 Configuration menu
    Copy the full SHA
    54534a2 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    23755b5 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    8f152de View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

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

Commits on Nov 13, 2023

  1. 1 Configuration menu
    Copy the full SHA
    c45882a View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5ef044f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. 1 Configuration menu
    Copy the full SHA
    ec97f37 View commit details
    Browse the repository at this point in the history
  2. Fix README.md (#898)

    * Fix URL of locally-cached Node.js version in README
    
    * Change example of Major versions in Supported version syntax
    
    setup-node v4 supports node v20, but these example may
    cause misunderstanding like a v20 is not supported.
    
    ---------
    
    Co-authored-by: fusagiko/takayamaki <[email protected]>
    takayamaki and takayamaki committed Dec 13, 2023
    1 Configuration menu
    Copy the full SHA
    f3ec4ca View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    7247617 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 29, 2023

  1. Add support for volta.extends (#921)

    * Add support for `volta.extends`
    
    * Code review
    ThisIsManta committed Dec 29, 2023
    14 Configuration menu
    Copy the full SHA
    d86ebcd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Add support for arm64 Windows (#927)

    * add support for arm64 Windows
    
    * revert 7z to exe
    
    * add comment
    
    ---------
    
    Co-authored-by: aparnajyothi-y <[email protected]>
    dmitry-shibanov and aparnajyothi-y committed Feb 7, 2024
    3 Configuration menu
    Copy the full SHA
    60edb5d View commit details
    Browse the repository at this point in the history

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 committed Feb 13, 2024
    1 Configuration menu
    Copy the full SHA
    25b062c View commit details
    Browse the repository at this point in the history

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 committed Mar 13, 2024
    2 Configuration menu
    Copy the full SHA
    c2ac33f View commit details
    Browse the repository at this point in the history

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 committed May 22, 2024
    1 Configuration menu
    Copy the full SHA
    eff380d View commit details
    Browse the repository at this point in the history

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 committed Jun 27, 2024
    1 Configuration menu
    Copy the full SHA
    1e60f62 View commit details
    Browse the repository at this point in the history
Loading