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: ixm-one/common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9ec8d9394360a76c41fcd130f4e6f83bab655379
Choose a base ref
..
head repository: ixm-one/common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 250d8855cb216edfe1fdd6cee912aba10b78070a
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/nodejs.lint.yml
  2. +1 −1 .github/workflows/validate.yml
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.lint.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
cache-dependency-path: '**/package-lock.json'
cache: npm
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
cache-dependency-path: '**/package-lock.json'
cache: npm