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: jwlawson/actions-setup-cmake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14
Choose a base ref
...
head repository: jwlawson/actions-setup-cmake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 6, 2024

  1. Run on Node 20 (#66)

    GitHub is no longer going to support running actions on Node 16 and requires upgrading to Node 20 (see blog). This PR addresses that with updates to:
    
     * action runtime
     * workflows
     * node types
    
    Tests passed when run locally. Closes #65.
    
    Add @types/node to devDependencies to ensure we get the proper version and bump @vercel/ncc to the latest, and update package-lock using `npm install` which also prepares the package.
    joshstrohminger authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8974e9c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Bump undici from 5.28.2 to 5.28.3 (#67)

    * Bump undici from 5.28.2 to 5.28.3
    
    Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.2...v5.28.3)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * recompile
    
    * Try again
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: John Lawson <[email protected]>
    dependabot[bot] and jwlawson authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    959f111 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Bump undici from 5.28.3 to 5.28.4 (#69)

    * Bump undici from 5.28.3 to 5.28.4
    
    Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.3...v5.28.4)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Rebuild compiled file
    
    * Bump version
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: John Lawson <[email protected]>
    dependabot[bot] and jwlawson authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    802fa1a View commit details
    Browse the repository at this point in the history
Loading