Skip to content

Commit

Permalink
Require Node 18+
Browse files Browse the repository at this point in the history
See [#444][0] and [#450][1].

[0]: #444
[1]: #450

Signed-off-by: Najam Ul Saqib <[email protected]>
Co-authored-by: Evan Hahn <[email protected]>
  • Loading branch information
njmulsqb and EvanHahn committed Jun 1, 2024
1 parent c5aedde commit 1da5a5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## Unreleased
## 8.0.0

### Removed

- **Breaking:** Drop support for Node 16 and 17. Node 18+ is now required

## Unreleased (7.x)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"type": "module",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
}
}

0 comments on commit 1da5a5d

Please sign in to comment.