Skip to content

Commit d250b18

Browse files
committed
Drop support for Node 16
1 parent 4399df1 commit d250b18

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
@@ -57,7 +57,7 @@ npm install -D log-process-errors
5757
This is because logging is modified globally and libraries users might not
5858
expect this side-effect. Also, this might lead to conflicts between libraries.
5959

60-
This package works in Node.js >=16.17.0.
60+
This package works in Node.js >=18.18.0.
6161

6262
This is an ES module. It must be loaded using
6363
[an `import` or `import()` statement](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
"test-each": "^6.0.1"
6969
},
7070
"engines": {
71-
"node": ">=16.17.0"
71+
"node": ">=18.18.0"
7272
}
7373
}

0 commit comments

Comments
 (0)