We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fdbda commit 52a5685Copy full SHA for 52a5685
2 files changed
README.md
@@ -61,7 +61,7 @@ console.log(error.stack) // 'Error: two ...'
61
npm install set-error-message
62
```
63
64
-This package works in both Node.js >=16.17.0 and
+This package works in both Node.js >=18.18.0 and
65
[browsers](https://raw.githubusercontent.com/ehmicky/dev-tasks/main/src/browserslist).
66
67
This is an ES module. It must be loaded using
package.json
@@ -61,6 +61,6 @@
"test-each": "^6.0.1"
},
"engines": {
- "node": ">=16.17.0"
+ "node": ">=18.18.0"
}
0 commit comments