From 6d0326c5da098929276f53bad153b0fdbc1dcee6 Mon Sep 17 00:00:00 2001 From: David Blackman Date: Thu, 20 May 2021 11:45:34 -0400 Subject: [PATCH] update minimum supported node version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae49e517..931aaef5 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ try { ## Requirements This package supports the following minimum versions: -* Runtime: `node >= 14` +* Runtime: `node >= 12` * Type definitions (optional): `typescript >= 4.2` Earlier versions may still work, but we encourage people building new applications to upgrade to the current stable.