From 190f4d1415f6e3dcd94d36bc5cf89b33aca5860f Mon Sep 17 00:00:00 2001 From: Phil Adams Date: Wed, 24 Jul 2024 09:46:49 -0500 Subject: [PATCH] docs(README.md): update min version of node to be 18 This project's package.json has specified version 18 as the min node version for a while now. This commit just updates the README.md to reflect that. Signed-off-by: Phil Adams --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdc9113c5..79c1b25b8 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ This project contains core functionality required by Node.js code generated by t ``` ## Prerequisites -- Node.js version 14 or newer -- Note that v14 is technically *supported* but not officially *guaranteed* as we only test on v16 and higher +- Node.js version 18 or newer +- Note that v18 is technically *supported* but not officially *guaranteed* as we only test on v16 and higher ## Usage This package exports a single object containing a number of modules as top level properties.