From 3fc61e18d656275cb2c8fd7cb74a7b28e7fa70e2 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 16 Jan 2024 09:10:10 +0100 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8247a8d..7ea636f 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ This is a Typescript client for Tile38 that allows for a type-safe interaction w ### Requirements ```sh -"node": ">=14.x" +"node": ">=20.x" "ioredis" ">=5.0.0" ```