diff --git a/README.md b/README.md index a19481c..485468a 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Please report this bug at: https://github.com/my-name/my-project/issues npm install modern-errors-bugs ``` -This package works in both Node.js >=16.17.0 and +This package works in both Node.js >=18.18.0 and [browsers](https://raw.githubusercontent.com/ehmicky/dev-tasks/main/src/browserslist). This is an ES module. It must be loaded using diff --git a/package.json b/package.json index a295f5c..b2f4005 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,6 @@ "modern-errors": "^6.0.0" }, "engines": { - "node": ">=16.17.0" + "node": ">=18.18.0" } }