From af9070e69d15d011142b447ddad22b6281e98fa2 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 25 Jul 2022 15:16:13 +0200 Subject: [PATCH] @uppy/companion: update minimal supported Node.js version in the docs --- website/src/docs/companion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/companion.md b/website/src/docs/companion.md index ee6c55e122..f2e6a5b63e 100644 --- a/website/src/docs/companion.md +++ b/website/src/docs/companion.md @@ -42,7 +42,7 @@ If you don’t have a Node.js project with a `package.json` you might want to in ### Prerequisite -Since v2, you now need to be running `node.js >= v10.20.1` to use Companion. Please see [Migrating v1 to v2](#Migrating-v1-to-v2) +Since v4.0.0, you now need to be running Node.js >= v14.19.0 to use Companion. Unfortunately, Windows is not a supported platform right now. It may work, and we’re happy to accept improvements in this area, but we can’t provide support.