Skip to content

Commit febee69

Browse files
samarpanBachrinza
authored andcommitted
chore: drop support for nodejs 16 and lower
BREAKING CHANGE: drop support for nodejs 16 and lower Signed-off-by: Samarpan Bhattacharya <[email protected]>
1 parent a8995b3 commit febee69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.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
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
18-
node-version: [16, 18, 20]
18+
node-version: [18, 20]
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Use Node.js ${{ matrix.node-version }}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "7.0.4",
44
"description": "MySQL connector for loopback-datasource-juggler",
55
"engines": {
6-
"node": ">=16"
6+
"node": ">=18"
77
},
88
"main": "index.js",
99
"scripts": {

0 commit comments

Comments
 (0)