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 69b5428 commit d1c2676Copy full SHA for d1c2676
README.md
@@ -60,7 +60,7 @@ console.log(error.message) // 'two'
60
npm install set-error-stack
61
```
62
63
-This package works in both Node.js >=16.17.0 and
+This package works in both Node.js >=18.18.0 and
64
[browsers](https://raw.githubusercontent.com/ehmicky/dev-tasks/main/src/browserslist).
65
66
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