We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aac38e commit 1c38e5fCopy full SHA for 1c38e5f
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
19
- node-version: [18, 20, 22]
+ node-version: [20, 22, 24]
20
steps:
21
- uses: actions/checkout@v5
22
- name: Use Node.js ${{ matrix.node-version }}
package.json
@@ -3,7 +3,7 @@
3
"version": "7.1.6",
4
"description": "MySQL connector for loopback-datasource-juggler",
5
"engines": {
6
- "node": ">=18"
+ "node": ">=20"
7
},
8
"main": "index.js",
9
"scripts": {
@@ -42,5 +42,5 @@
42
"url": "https://github.com/loopbackio/loopback-connector-mysql.git"
43
44
"license": "MIT",
45
- "author": "IBM Corp."
+ "author": "IBM Corp. and LoopBack contributors"
46
}
0 commit comments