Skip to content

Commit

Permalink
Require Node 18+
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Oct 10, 2024
1 parent f1513db commit 4e2bc06
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Remove keywords from package metadata to lessen discoverability

### Removed

- **Breaking:** Drop support for old Node versions. Node 18+ is now required

## 2.0.3 - 2022-01-25

### Changed
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
],
"description": "HTTP Public Key Pinning (HPKP) middleware",
"version": "2.0.3",
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"hpkp",
"public key pinning"
Expand Down

0 comments on commit 4e2bc06

Please sign in to comment.