We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9551d2 commit 62227b2Copy full SHA for 62227b2
README.md
@@ -57,7 +57,7 @@ npm install -D log-process-errors
57
This is because logging is modified globally and libraries users might not
58
expect this side-effect. Also, this might lead to conflicts between libraries.
59
60
-This package works in Node.js >=18.18.0.
+This package works in Node.js >=18.20.0.
61
62
This is an ES module. It must be loaded using
63
[an `import` or `import()` statement](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c),
package.json
@@ -68,6 +68,6 @@
68
"test-each": "^7.0.0"
69
},
70
"engines": {
71
- "node": ">=18.18.0"
+ "node": ">=18.20.0"
72
}
73
0 commit comments