chore: drop support for nodejs 16 and lower

BREAKING CHANGE: drop support for nodejs 16 and lower

Signed-off-by: Samarpan Bhattacharya <this.is.samy@gmail.com>
This commit is contained in:
Samarpan Bhattacharya 2023-11-15 10:57:19 +05:30 committed by Rifa Achrinza
parent a8995b37f4
commit febee69426
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [16, 18, 20] node-version: [18, 20]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}

2
package-lock.json generated
View File

@ -29,7 +29,7 @@
"sinon": "^16.1.3" "sinon": "^16.1.3"
}, },
"engines": { "engines": {
"node": ">=16" "node": ">=18"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {

View File

@ -3,7 +3,7 @@
"version": "7.0.4", "version": "7.0.4",
"description": "MySQL connector for loopback-datasource-juggler", "description": "MySQL connector for loopback-datasource-juggler",
"engines": { "engines": {
"node": ">=16" "node": ">=18"
}, },
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {