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: codibre/extension-methods
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2600df1881a2b6678c68db26adabf5eac6eb1b5f
Choose a base ref
..
head repository: codibre/extension-methods
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 74ffbe9e3d5949e8e1de0918bcac8d5b2c1627d1
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/build.yml
  2. +1 −1 .github/workflows/test.yml
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: install
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: install