Skip to content

Commit 62227b2

Browse files
committed
Drop support for Node 18.18.0 and 18.19.0
1 parent b9551d2 commit 62227b2

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 >=18.18.0.
60+
This package works in Node.js >=18.20.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": "^7.0.0"
6969
},
7070
"engines": {
71-
"node": ">=18.18.0"
71+
"node": ">=18.20.0"
7272
}
7373
}

0 commit comments

Comments
 (0)