From 24aedd891152cc1c8da552d0934e3b41a402c7d4 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Sun, 27 Oct 2024 14:21:43 -0600 Subject: [PATCH] Make it clear we require node 18 --- packages/cbor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cbor/README.md b/packages/cbor/README.md index 3b3fa06..456f246 100644 --- a/packages/cbor/README.md +++ b/packages/cbor/README.md @@ -8,7 +8,7 @@ This project now only supports versions of Node that the Node team is [currently supporting](https://github.com/nodejs/Release#release-schedule). Ava's [support statement](https://github.com/avajs/ava/blob/main/docs/support-statement.md) -is what we will be using as well. Currently, that means Node `10`+ is +is what we will be using as well. Currently, that means Node `18`+ is required. If you need to support an older version of Node (back to version 6), use cbor version 5.2.x, which will get nothing but security updates from here on out.