From 1aa8df515fbec223aed11253bb91fa910993935a Mon Sep 17 00:00:00 2001 From: Austen Date: Tue, 18 Jun 2024 10:14:32 -0700 Subject: [PATCH] chore: add node version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b36043793..dc35834f5 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Here's how to install the Serverless Framework, set up a project and deploy it t ## Install the Serverless Framework via NPM -First, you must have the [Node.js runtime](https://nodejs.org) installed, then you can install the Serverless Framework via NPM. +First, you must have the [Node.js runtime](https://nodejs.org) installed, version 18.20.3 or greater, then you can install the Serverless Framework via NPM. Open your CLI and run the command below to install the Serverless Framework globally.