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
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [20, 22, 24]
node-version: [22, 24, 26]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.0.9",
"description": "LoopBack Connector common code for IBM databases",
"engines": {
"node": ">=20"
"node": ">=22"
},
"keywords": [
"IBM",
Expand Down Expand Up @@ -45,5 +45,5 @@
"url": "https://github.com/strongloop/loopback-ibmdb/issues"
},
"license": "Artistic-2.0",
"author": "IBM Corp."
"author": "IBM Corp. and LoopBack contributors"
}