From c15c9268b4244c975e31eed886dcc5bf3d411e2c Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 18 Sep 2024 21:49:44 +0200 Subject: [PATCH] Drop Node 16 support --- .github/workflows/test.yml | 1 - CHANGELOG.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 743d403f..655f4ba1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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', diff --git a/CHANGELOG.md b/CHANGELOG.md index 7766db09..71fe9f86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)