From 3e6b6d78b6f777db572a622cad9b2f926f53584a Mon Sep 17 00:00:00 2001 From: Yannic Labonte Date: Tue, 19 Mar 2024 20:56:09 +0100 Subject: [PATCH] Remove node 16 from ci workflow --- .github/workflows/ci.yml | 1 - README.md | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e909a2d..6d5b83f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,6 @@ jobs: strategy: matrix: node-version: - - 16 - 18 - 20 diff --git a/README.md b/README.md index cee3ae5..773039c 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,10 @@ haven't found an english documentation/information so far): ## Changelog +### Work in progress +* Dependency updates. +* Breaking backward compatibility for Node versions <18.18.x + ### Release v1.7.6 * Dependency updates.