Skip to content

Commit

Permalink
chore: update Node support
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesboeufs committed Nov 5, 2024
1 parent aa15e81 commit 874af53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Drop Node 12, 14, 16 support
- Add Node 20, 22, 23 support

## [5.1.0] - 2023-10-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"prepare-release": "run-s reset-hard test cov:check doc:html version doc:publish"
},
"engines": {
"node": ">=12.9.0"
"node": ">=18.12.0"
},
"peerDependencies": {
"express-session": "^1.17.1",
Expand Down

0 comments on commit 874af53

Please sign in to comment.