Skip to content

Commit a1d5a68

Browse files
committed
Drop support for Node 16
1 parent 4af5d64 commit a1d5a68

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
@@ -97,7 +97,7 @@ const object = errorHttpResponse(error, {
9797
npm install error-http-response
9898
```
9999

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

103103
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
"test-each": "^6.0.1"
6464
},
6565
"engines": {
66-
"node": ">=16.17.0"
66+
"node": ">=18.18.0"
6767
}
6868
}

0 commit comments

Comments
 (0)