Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: sindresorhus/path-type
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d5df099a1451f07433c71590d2001c1da685e406
Choose a base ref
..
head repository: sindresorhus/path-type
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ce9a5a26329f89ba863f00d620e49cdef13dc6f9
Choose a head ref
Showing with 6 additions and 0 deletions.
  1. +6 −0 .github/workflows/main.yml
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,12 @@ jobs:
- macos-latest
- ubuntu-latest
- windows-latest
exclude:
# Node 14 is not available on macos
- os: macos-latest
node-version: 14
- os: macos-latest
node-version: 14.18.0
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4