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: loopbackio/loopback-connector-rest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 507543178d31dccd39f6a374a224242db1004ee9
Choose a base ref
..
head repository: loopbackio/loopback-connector-rest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 849056a17eeb0ccb285340bddab63503edf18158
Choose a head ref
Showing with 59 additions and 140 deletions.
  1. +3 −3 .github/workflows/continuous-integration.yaml
  2. +56 −137 package-lock.json
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

@@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 18
- name: Bootstrap project
@@ -50,7 +50,7 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js 18
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 18
- name: Bootstrap project
Loading