From 11442d32d307a0e8416ed573ce34fc825d3b63c4 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Tue, 16 May 2023 16:14:18 -0400 Subject: [PATCH] chore: remove old Node versions from the readme (#549) Signed-off-by: Lucas Holmquist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 260de07..30653da 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