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
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.0
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

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
Loading