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 ce74452 commit a5910ce
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 @@ -59,7 +59,7 @@ console.log(signalsByNumber[8])
npm install human-signals
```

This package works in Node.js >=16.17.0.
This package works in Node.js >=18.18.0.

This is an ES module. It must be loaded using
[an `import` or `import()` statement](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"test-each": "^6.0.1"
},
"engines": {
"node": ">=16.17.0"
"node": ">=18.18.0"
}
}

0 comments on commit a5910ce

Please sign in to comment.