From 3a8b0ef2312638f48cc4eb490317d199ac614639 Mon Sep 17 00:00:00 2001 From: Jairo <68893868+jairo-bc@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:12:23 +0100 Subject: [PATCH] fix: update node version in readme (#1239) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 843f9a00..d0e46794 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The BigCommerce server emulator for local theme development. ## Install Note: Stencil requires the Node.js runtime environment, -versions 16.x, 18.x are supported. +versions 20.x are supported. Run `npm install -g @bigcommerce/stencil-cli`.