Skip to content

Commit 2af08b5

Browse files
committed
chore: drop Node.js 20 support
BREAKING CHANGE: drop Node.js 20 support Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 9ed3b30 commit 2af08b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
node-version: [20, 22, 24]
18+
node-version: [22, 24, 26]
1919
fail-fast: false
2020
runs-on: ${{ matrix.os }}
2121
steps:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.0.9",
44
"description": "LoopBack Connector common code for IBM databases",
55
"engines": {
6-
"node": ">=20"
6+
"node": ">=22"
77
},
88
"keywords": [
99
"IBM",
@@ -45,5 +45,5 @@
4545
"url": "https://github.com/strongloop/loopback-ibmdb/issues"
4646
},
4747
"license": "Artistic-2.0",
48-
"author": "IBM Corp."
48+
"author": "IBM Corp. and LoopBack contributors"
4949
}

0 commit comments

Comments
 (0)