Skip to content

Commit

Permalink
chore: drop support for nodejs 16 and lower
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for nodejs 16 and lower

Signed-off-by: Samarpan Bhattacharya <[email protected]>
  • Loading branch information
samarpanB authored and achrinza committed Nov 16, 2023
1 parent a8995b3 commit febee69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [16, 18, 20]
node-version: [18, 20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.0.4",
"description": "MySQL connector for loopback-datasource-juggler",
"engines": {
"node": ">=16"
"node": ">=18"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit febee69

Please sign in to comment.