diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 491d73af..c4f6541a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - node-version: [18, 20, 22] + node-version: [20, 22, 24] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package.json b/package.json index cd21e8d3..2865b3d9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "7.1.5", "description": "MySQL connector for loopback-datasource-juggler", "engines": { - "node": ">=18" + "node": ">=20" }, "main": "index.js", "scripts": { @@ -42,5 +42,5 @@ "url": "https://github.com/loopbackio/loopback-connector-mysql.git" }, "license": "MIT", - "author": "IBM Corp." + "author": "IBM Corp. and LoopBack contributors" }