Merge pull request #277 from mariusa/patch-1

clarify that NODE_VERSION is optional
pull/282/head legacy
Chris McCormick 2023-03-21 09:10:40 +08:00 zatwierdzone przez GitHub
commit 6fe6d2ce47
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.