Skip to content

Commit

Permalink
feat(chore): remove support for node 16 (#135)
Browse files Browse the repository at this point in the history
node 18 and higher versions supported

BREAKING CHANGE:
remove support for node 16

GH-132
  • Loading branch information
yeshamavani authored Oct 4, 2023
1 parent d4c86b2 commit ec05ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "loopback4-ratelimiter",
"version": "5.0.2",
"description": "A rate limiting extension for loopback-next APIs",
"description": "A rate limiting extension for loopback-next APIs.",
"keywords": [
"loopback-extension",
"loopback"
],
"main": "index.js",
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"build": "npm run clean && lb-tsc",
Expand Down

0 comments on commit ec05ecc

Please sign in to comment.