From 607b86f355f3d051b5165c22ecbff5fee0b5b46f Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Tue, 16 May 2023 09:48:53 -0400 Subject: [PATCH] chore: remove old Node versions from the readme Signed-off-by: Lucas Holmquist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 260de07e..30653da2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ _Note:_ Supports CloudEvent version 1.0 ## Installation The CloudEvents SDK requires a current LTS version of Node.js. At the moment -those are Node.js 12.x, Node.js 14.x, Node.js 16.x, and Node.js 18.x. To install in your Node.js project: +those are Node.js 16.x, and Node.js 18.x. To install in your Node.js project: ```console npm install cloudevents