Skip to content

Commit

Permalink
Drop Node 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Sep 18, 2024
1 parent 520338c commit c15c926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
matrix:
node-version: [
# From https://github.com/nodejs/Release
'16.x', # EoL 2023-09-11
'18.x', # EoL 2025-04-30
'20.x', # EoL by 2026-04-30
'latest',
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- `startsWith()` ([docs](https://decoders.cc/api.html#startsWith))
- `endsWith()` ([docs](https://decoders.cc/api.html#endsWith))

- Officially drop Node 16 support (it may still work)

## [2.4.2] - 2024-06-30

- Fix a regression in `taggedUnion` (thanks for reporting, @programever)
Expand Down

0 comments on commit c15c926

Please sign in to comment.