Skip to content

Commit

Permalink
Drop support for Node 18.18.0 and 18.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Aug 4, 2024
1 parent 00ce4d2 commit f87e4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ If any [plugin](#-plugins) is used, it must also be installed.
npm install modern-errors-{pluginName}
```

This package works in both Node.js >=18.18.0 and
This package works in both Node.js >=18.20.0 and
[browsers](https://raw.githubusercontent.com/ehmicky/dev-tasks/main/src/browserslist).

This is an ES module. It must be loaded using
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
"test-each": "^7.0.0"
},
"engines": {
"node": ">=18.18.0"
"node": ">=18.20.0"
}
}

0 comments on commit f87e4ce

Please sign in to comment.