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: fastify/workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Choose a base ref
...
head repository: fastify/workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 27, 2024

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

Commits on Apr 29, 2024

  1. chore: exclude Node 14 and 16 on macos (#127)

    * chore: exclude Node 14 and 16 on macos
    
    Related to fastify/.github#37.
    
    This is just a proposal, probably not comprehensive of all the places where a similar change may have to occur, simply to capture that this is possible (and I didn't know until now) to exclude combinations, as documented in https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#excluding-matrix-configurations
    
    Signed-off-by: Simone Busoli <simone.busoli@gmail.com>
    
    * remove os matrix from package
    
    ---------
    
    Signed-off-by: Simone Busoli <simone.busoli@gmail.com>
    Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
    simoneb and gurgunday authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    04a2d6a View commit details
    Browse the repository at this point in the history
Loading