Skip to content

Commit 922e0df

Browse files
committed
Drop support for Node 16
1 parent f39a88e commit 922e0df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const object = BaseError.httpResponse(error)
8383
npm install modern-errors-http
8484
```
8585

86-
This package works in both Node.js >=16.17.0 and
86+
This package works in both Node.js >=18.18.0 and
8787
[browsers](https://raw.githubusercontent.com/ehmicky/dev-tasks/main/src/browserslist).
8888

8989
This is an ES module. It must be loaded using

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
"modern-errors": "^6.0.0"
6464
},
6565
"engines": {
66-
"node": ">=16.17.0"
66+
"node": ">=18.18.0"
6767
}
6868
}

0 commit comments

Comments
 (0)