Skip to content

Commit 1c38e5f

Browse files
committed
chore: drop Node.js 18 support
BREAKING CHANGE: drop Node.js 18 support Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 3aac38e commit 1c38e5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
19-
node-version: [18, 20, 22]
19+
node-version: [20, 22, 24]
2020
steps:
2121
- uses: actions/checkout@v5
2222
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "7.1.6",
44
"description": "MySQL connector for loopback-datasource-juggler",
55
"engines": {
6-
"node": ">=18"
6+
"node": ">=20"
77
},
88
"main": "index.js",
99
"scripts": {
@@ -42,5 +42,5 @@
4242
"url": "https://github.com/loopbackio/loopback-connector-mysql.git"
4343
},
4444
"license": "MIT",
45-
"author": "IBM Corp."
45+
"author": "IBM Corp. and LoopBack contributors"
4646
}

0 commit comments

Comments
 (0)