Skip to content

Commit 52a5685

Browse files
committed
Drop support for Node 16
1 parent 51fdbda commit 52a5685

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ console.log(error.stack) // 'Error: two ...'
6161
npm install set-error-message
6262
```
6363

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

6767
This is an ES module. It must be loaded using

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"test-each": "^6.0.1"
6262
},
6363
"engines": {
64-
"node": ">=16.17.0"
64+
"node": ">=18.18.0"
6565
}
6666
}

0 commit comments

Comments
 (0)