Skip to content

Commit

Permalink
Drop support for Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 28, 2023
1 parent fc12485 commit b3e1881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@ wrapErrorMessage(new Error(' Message with spaces '), ' Additional message ')
npm install wrap-error-message
```

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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -62,6 +62,6 @@
"test-each": "^6.0.1"
},
"engines": {
"node": ">=16.17.0"
"node": ">=18.18.0"
}
}

0 comments on commit b3e1881

Please sign in to comment.