From 9e2e0fb07da3e497eeafd0d21bbd35bad8bb2e83 Mon Sep 17 00:00:00 2001 From: Merlijn Vos Date: Wed, 12 Feb 2025 10:31:00 +0100 Subject: [PATCH] Correct required Node.js version in readme As per the package.json requirement. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8988575..d72e9490 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This is a **Node.js** SDK to make it easy to talk to the ## Requirements -- [Node.js](https://nodejs.org/en/) version 14 or newer +- [Node.js](https://nodejs.org/en/) version 18 or newer - [A Transloadit account](https://transloadit.com/signup/) ([free signup](https://transloadit.com/pricing/)) - [Your API credentials](https://transloadit.com/c/template-credentials) (`authKey`, `authSecret`)