From fc05e8fb181b860980610e2ac14580acb3561c46 Mon Sep 17 00:00:00 2001 From: Dawid Kisielwski <91346346+dawidreedsy@users.noreply.github.com> Date: Tue, 20 May 2025 14:17:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20Drop=20support=20for=20version?= =?UTF-8?q?=2016=20and=2018=20of=20node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Node 16 and 18 are already end of life stage. Let's remove them from tests and let's add newer versions of node like 22 and 24 --- .github/workflows/test.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 310b738..fe27f77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,9 +15,9 @@ jobs: strategy: matrix: node: - - 16 - - 18 - 20 + - 22 + - 24 services: redis: image: redis diff --git a/package.json b/package.json index bc1d655..102e6b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sharedb-redis-pubsub", - "version": "5.0.1", + "version": "6.0.0", "description": "Redis pub/sub adapter adapter for ShareDB", "main": "index.js", "dependencies": {