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 <najamulsaqib@tutamail.com>
Co-authored-by: Evan Hahn <me@evanhahn.com>
  • Loading branch information
njmulsqb and EvanHahn committed Apr 27, 2024
1 parent 892ed40 commit 1a20f81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 8.0.0

### Removed

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

## 7.1.0 - 2023-11-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,6 +33,6 @@
},
"type": "module",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
}
}

0 comments on commit 1a20f81

Please sign in to comment.