From ba6d8e6bc0f8fe4299c1ba61ca35987771a3f6d2 Mon Sep 17 00:00:00 2001 From: Marius A Date: Mon, 13 Mar 2023 21:01:08 +0200 Subject: [PATCH] clarify that NODE_VERSION is optional (not sure if this is correct. Merging will confirm) --- docs/ENV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ENV.md b/docs/ENV.md index e11fe7d..8639627 100644 --- a/docs/ENV.md +++ b/docs/ENV.md @@ -12,7 +12,7 @@ You can configure deployment settings by placing special variables in an `ENV` f ### Node -* `NODE_VERSION`: installs a particular version of node for your app if `nodeenv` is found on the path. +* `NODE_VERSION`: installs a particular version of node for your app if `nodeenv` is found on the path. Optional; if not specified, the system-wide node package is used. > **NOTE**: you will need to stop and re-deploy the app to change the `node` version in a running app.