Skip to content

Commit d1c2676

Browse files
committed
Drop support for Node 16
1 parent 69b5428 commit d1c2676

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

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

6666
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)