Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [18, 20, 22]
node-version: [20, 22, 24]
include:
- os: macos-latest
node-version: 20
node-version: 22
- os: windows-latest
node-version: 20
node-version: 22
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -73,10 +73,10 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- name: Use Node.js 20
- name: Use Node.js 22
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 20.19.5
node-version: 22
- name: Update NPM
run: npm install --global npm
- name: Bootstrap project
Expand All @@ -94,10 +94,10 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- name: Use Node.js 20
- name: Use Node.js 22
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 20.19.5
node-version: 22
- name: Update NPM
run: npm install --global npm
- name: Bootstrap project
Expand Down
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"Juggler",
"ORM"
],
"author": "IBM Corp.",
"author": "IBM Corp. and LoopBack contributors",
"engines": {
"node": ">=18"
"node": ">=20"
},
"repository": {
"type": "git",
Expand Down