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: openwebf/node-wbc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9900173cb8d9184a867cfb4858b500498b45cffc
Choose a base ref
..
head repository: openwebf/node-wbc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c1030bcc631f7962b62eb7278805d21ef3d25c80
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +1 −0 .github/workflows/prebuild.yml
  2. +1 −0 .github/workflows/test.yml
1 change: 1 addition & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip install setuptools
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip install setuptools
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}